Webpack setup for a standalone Vue.js package.
This is a project template for vue-cli.
$ npm install -g vue-cli
$ vue init themekit/vue-package-boilerplate my-project
$ cd my-project
$ npm install
$ npm run dev
You will likely need to do some tuning to suit your own needs:
- Install additional libraries that you need, e.g.
vue-router
,vue-resource
,vuex
, etc ...