1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pl/common/vue.md

13 lines
217 B
Markdown
Raw Normal View History

2020-04-15 18:16:55 +02:00
# vue
2020-04-15 20:03:36 +02:00
> Wielofunkcyjny interfejs CLI dla Vue.js.
> Więcej informacji: <https://cli.vuejs.org>.
2020-04-15 18:16:55 +02:00
2020-04-15 20:03:36 +02:00
- Utwórz nowy projekt vue interaktywnie:
2020-04-15 18:16:55 +02:00
2020-04-16 00:45:15 +02:00
`vue create {{nazwa_projektu}}`
2020-04-15 18:16:55 +02:00
2020-04-15 20:03:36 +02:00
- Utwórz nowy projekt z web UI:
2020-04-15 18:16:55 +02:00
`vue ui`