mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 16:42:10 +02:00
304 B
304 B
vue
CLI serba guna untuk Vue.js. Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti
vue build
. 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