A bundler tool for FrontEnd with built-in vue loader
Install with npm:
$ [sudo] npm install -g ppack
//make your pack.config.js first in your worker directory and then
pack
you can write pack.config.js like this
module.exports = {
src:'./src',
output:'./public'
}