Scaffold a pre-configured template which will let you publish vue components to npm very fast/
This template is Vue 2.0 compatible.
For Sao version please check vue-npm
This boilerplate is targeted at intermediate users who have knowledge of vue and npm modules. This template makes use of POI , Bili to bundle the vue component.
This template has makes use of babel-preset-stage-2
which means you can use latest ES6 features without worries
This is a project template for vue-cli.
$ npm install -g vue-cli # Install vue-cli if you haven't already
$ vue init cristijora/vue-npm-template # Create a new project based on this template
$ cd my-project # Navigate into your new project folder
$ npm install # Install dependencies
$ npm run dev # Run development server on port 5000
$ npm run build # Build your component for production