znck / vue-plugin-simple

A template to create vue plugins and shareable components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Plugin Skeleton

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.

Vue Plugin Skeleton

Software License Latest Version Issues

Installation

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/.

What's Included

TODO: Update docs.

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A template to create vue plugins and shareable components.

License:MIT License


Languages

Language:JavaScript 93.8%Language:Vue 6.2%