From 1e71a74831afa5cd4ae6038987551e35e3063c23 Mon Sep 17 00:00:00 2001 From: jackhadrill Date: Wed, 7 Oct 2020 14:43:17 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e44815..b1bc324 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # VueCheatsheet -A cheatsheet for getting started with Vue.js \ No newline at end of file +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 +```