Vue3
Jump to navigation
Jump to search
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