mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 00:02:07 +02:00
8 lines
300 B
Markdown
8 lines
300 B
Markdown
# vue build
|
|
|
|
> Sub-perintah yang disediakan oleh `@vue/cli` dan `@vue/cli-service-global` yang memungkinkan prototipe cepat.
|
|
> Informasi lebih lanjut: <https://cli.vuejs.org/guide/prototyping.html>.
|
|
|
|
- Membangun berkas `.js` or `.vue` pada mode produksi tanpa konfigurasi:
|
|
|
|
`vue build {{nama_file}}`
|