Difference between revisions of "Vue3"

From rbachwiki
Jump to navigation Jump to search
Line 7: Line 7:
* custom install allows you to pick plugins
* custom install allows you to pick plugins
* store in dedicated config files
* store in dedicated config files
Cd into folder
* npm run serve  - download modules and start dev server


==[[#top|Back To Top]]-[[Main_Page| Home]] - [[VueJs|Category]]==
==[[#top|Back To Top]]-[[Main_Page| Home]] - [[VueJs|Category]]==

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

Back To Top- Home - Category