Update 'README.md'

This commit is contained in:
Jack Hadrill 2020-10-07 14:43:17 +00:00
parent f80b10ab8e
commit 1e71a74831

View File

@ -1,3 +1,19 @@
# 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
```