Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/znck/vue-plugin-simple
A template to create vue plugins and shareable components.
https://github.com/znck/vue-plugin-simple
boilerplate shareable-components vue vue-plugin
Last synced: about 6 hours ago
JSON representation
A template to create vue plugins and shareable components.
- Host: GitHub
- URL: https://github.com/znck/vue-plugin-simple
- Owner: znck
- License: mit
- Created: 2016-01-24T23:00:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T04:01:43.000Z (almost 7 years ago)
- Last Synced: 2024-06-11T14:32:56.643Z (5 months ago)
- Topics: boilerplate, shareable-components, vue, vue-plugin
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 115
- Watchers: 5
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](cover.png)
## Installation
[Node](https://nodejs.org/) and [vue-cli](https://github.com/vuejs/vue-cli) are required.
```sh
$ 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](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.
## Credits
- [Rahul Kadyan][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[link-author]: https://github.com/znck
[link-contributors]: ../../contributors