0.0.4 • Published 6 years ago

ppack v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

vtp

npm

A bundler tool for FrontEnd with built-in vue loader

Usage

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'
}