Template to create vue plugin or shareable components. The purpose of this Vue project templates is to provide a simple setups so that users can get started with actual plugin code as fast as possible.
Node and vue-cli are required.
$ vue init znck/vue-plugin my-project
$ cd my-project
$ npm install
$ # or
$ yarn
The above command pulls this template, prompts for some information, and generates the project at ./my-project/
.
TODO: Update docs.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email :author_email instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.