What should I do after developing a Vue app with vue-cli?
vue-cli
In Angular there was some command that bundle all the scripts into one single script.
Is there something the same in Vue?
I think you've created your project like this:
vue init webpack myproject
Well, now you can run
npm run build
Copy index.html and /dist/ folder into your website root directory. Done.
2.1m questions
2.1m answers
60 comments
57.0k users