DEV Community

[Comment from a deleted post]
Collapse
 
syn profile image
norman

:D that's what I started with. it wont work

Collapse
 
negue profile image
negue

Yeah I can't build your app either, npm run build doesn't do anything for me.

How about creating a vue app with the vue cli, with it I could create a dist folder which then can be pushed to now

 
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 🎉