mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 12:01:55 +00:00
Update cheatsheets
This commit is contained in:
18
vue
Normal file
18
vue
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# vue
|
||||
|
||||
> Multi-purpose CLI for Vue.js.
|
||||
> Some subcommands such as `vue build` have their own usage documentation.
|
||||
> 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`
|
||||
Reference in New Issue
Block a user