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