[Vuejs]-How do I compile an seperate JS file with the Vue CLI?

1👍

You should run in terminal npm run build for compile the project and you will get dist folder with index.html and main.js.

Leave a comment