mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 01:22:08 +02:00

* contributing-guides, common/*: revise subcommand mention notices Over the past commits it is more preferable to use this new notice format to follow the same passive sentence structure as well as removing any first-person nouns, i.e. "kami" ("we"). * adb, pip: refresh Indonesian translations
13 lines
286 B
Markdown
13 lines
286 B
Markdown
# vue
|
|
|
|
> CLI serba guna untuk Vue.js.
|
|
> Beberapa subperintah seperti `build` mempunyai dokumentasi terpisah.
|
|
> Informasi lebih lanjut: <https://cli.vuejs.org>.
|
|
|
|
- Buat proyek vue baru secara interaktif:
|
|
|
|
`vue create {{nama_proyek}}`
|
|
|
|
- Buat proyek baru dengan antar muka web:
|
|
|
|
`vue ui`
|