VuePack

EXPERIMENTAL: DO NOT USE IN PRODUCTION.
A tool to normalize .vue components so they can be published in NPM packages as it is.
Usage
npm install -g vuepack
vuec -h
Publish .vue files in NPM packages. Read more below about its uses, features, and usage.
Clone repository
git clone https://github.com/znck/vuepack.git
242
Stars
4
Forks
4
Watchers
MIT
License
EXPERIMENTAL: DO NOT USE IN PRODUCTION.
A tool to normalize .vue components so they can be published in NPM packages as it is.
npm install -g vuepack
vuec -h
Bug Fixes
Do not print to standard out if single directory is provided (48170d0)
Features
Config can be function returning a object (da10cd5)