mirror of https://github.com/CrimsonTome/tldr.git
215 B
215 B
vue
CLI serba guna untuk Vue.js. 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