Update 'README.md'
This commit is contained in:
parent
f80b10ab8e
commit
1e71a74831
18
README.md
18
README.md
@ -1,3 +1,19 @@
|
|||||||
# VueCheatsheet
|
# VueCheatsheet
|
||||||
|
|
||||||
A cheatsheet for getting started with Vue.js
|
A cheatsheet for getting started with Vue.js
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- node / npm
|
||||||
|
|
||||||
|
|
||||||
|
## Commands
|
||||||
|
- Install Vue CLI
|
||||||
|
```bash
|
||||||
|
$ npm install -g @vue/cli
|
||||||
|
```
|
||||||
|
|
||||||
|
- Upgrade Vue CLI
|
||||||
|
```bash
|
||||||
|
$ npm install -g @vue/cli --upgrade
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user