Last active
August 8, 2020 19:19
-
-
Save andrei99/ff53a1388b6f7719ae6e0cf945906982 to your computer and use it in GitHub Desktop.
Vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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