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 | ||
vue create projectname - create a new project | '''vue create projectname''' - create a new project | ||
* custom install allows you to pick plugins | * custom install allows you to pick plugins |
Revision as of 14:13, 18 September 2018
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