Difference between revisions of "Vue3"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
npm install -g @vue/cli | npm install -g @vue/cli | ||
<code>vue create projectname</code> - create a new project | |||
* custom install allows you to pick plugins | * custom install allows you to pick plugins |
Revision as of 20:06, 2 November 2020
Vue CLI 3
npm install -g @vue/cli
vue create projectname
- create a new project
- custom install allows you to pick plugins
- store in dedicated config files
Cd into folder
- npm run serve - download modules and start dev server