DEV Community

[Comment from a deleted post]
 
syn profile image
norman

I dont know how to...

 
negue profile image
negue
  1. npm install -g @vue/cli
  2. vue create your-app-name
  3. copy your current files / code to the new project
  4. vue serve to develop
  5. vue build to build the dist folder
  6. execute now in that dist folder
  7. get a drink

Note: Nr 7 can be placed at each position 🎉