1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00
tldr/pages.id/common/vue.md
2020-10-28 17:56:04 +00:00

209 B

vue

CLI serba guna untuk Vue.js. Informasi lanjut: https://cli.vuejs.org.

  • Buat proyek vue baru secara interaktif:

vue create {{nama_proyek}}

  • Buat proyek baru dengan antar muka web:

vue ui