mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 16:26:04 +02:00
create vue.md
initial
This commit is contained in:
parent
59cd3f3fec
commit
4413544308
1 changed files with 12 additions and 0 deletions
12
pages.pl/common/vue.md
Normal file
12
pages.pl/common/vue.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# vue
|
||||
|
||||
> Multi-purpose CLI for Vue.js.
|
||||
> More information: <https://cli.vuejs.org>.
|
||||
|
||||
- Create a new vue project interactively:
|
||||
|
||||
`vue create {{project_name}}`
|
||||
|
||||
- Create a new project with web UI:
|
||||
|
||||
`vue ui`
|
Loading…
Add table
Reference in a new issue