create-vue2-library
Generate Vue 2 library in few seconds. Add example for testing library on the fly. CLI with customisable features. Create your own UI library for Vue.js.
Installation
Minimal Node.js version is 8, because app required async/await support
npm install -g create-vue2-library
Then just type in your bash
create-vue2-library
And customize your future Vue 2 library. Done! All boilerplate for your library is ready for use.
Features
- check is name for your Vue 2 library unique
- install all dependencies by npm or yarn
- link library for easy testing
- generate example app where you can try your Vue.js library
- initialize git and .gitignore
- fill up package.json
Publish complete library
Login before publishing
npm login
Then publish app
npm publish
If you want to get a unique name for library just select this feature in CLI.
License
MIT © alexile