Yeah I can't build your app either, npm run build doesn't do anything for me.
npm run build
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
dist
I dont know how to...
npm install -g @vue/cli
vue create your-app-name
vue serve
vue build
now
Note: Nr 7 can be placed at each position 🎉
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Yeah I can't build your app either,
npm run builddoesn't do anything for me.How about creating a vue app with the vue cli, with it I could create a
distfolder which then can be pushed to nowI dont know how to...
npm install -g @vue/clivue create your-app-namevue serveto developvue buildto build thedistfoldernowin thatdistfolderNote: Nr 7 can be placed at each position 🎉