Skip to content

Instantly share code, notes, and snippets.

@andrei99
Last active August 8, 2020 19:19
Show Gist options
  • Save andrei99/ff53a1388b6f7719ae6e0cf945906982 to your computer and use it in GitHub Desktop.
Save andrei99/ff53a1388b6f7719ae6e0cf945906982 to your computer and use it in GitHub Desktop.
Vue
download node js
npm install -g @vue/cli
--new
vue create name-project
vue create -n name-project //not git
vue create . //this folder
--run
npm run serve
--router
npm i vue-router
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment