Browserify Vue
Vuejs npm using browserify
Browserify is the quickest alternative to webpack as you don't need any configuration to start working to your project. Watchify is used to watch on save using browserify.
Broserify is used here in this repo with Vuejs
Install the dependencies and use
npm run build
to build and
npm run watch
to watch on save