1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 18:15:24 +02:00
tldr/pages.pl/common/vue.md
2025-05-21 22:11:34 +05:30

12 lines
224 B
Markdown

# vue
> Wielofunkcyjny interfejs CLI dla Vue.js.
> Więcej informacji: <https://cli.vuejs.org/guide/>.
- Utwórz nowy projekt vue interaktywnie:
`vue create {{nazwa_projektu}}`
- Utwórz nowy projekt z web UI:
`vue ui`