🚀 Roll your Vue components with Rollup.
Fork from znck/vue-plugin-simple.
- Vue 2.0
- Rollup
- Less
- Eslint(airbnb)
Make sure installed workplus-cli
.
$ npm install workplus-cli -g
And run:
$ workplus start vue-component my-project
# install dependencies
npm install
# build the component by rullup
npm run build
# run eslint tests
npm run lint
Hejx