Vue Plugin Skeleton
vue-plugin-simple
The Vue Plugin Skeleton provides a template to create vue plugins or shareable components. The purpose of this Vue project template, is to provide a simple setup so that users can get started with actual plugin code as fast as possible.
Installation
Node and vue-cli are required.
vue init znck/vue-plugin my-project
cd my-project
npm install
or
yarn
The above commands pull the template, will ask for some information, such as a Project Name, Project Description, Github Username, Author , and generates the project at ./my-project/.
The project structure created by vue-plugin-simple.
Check it out on GitHub.