All Projects → znck → Vue Plugin Simple

znck / Vue Plugin Simple

Licence: mit
A template to create vue plugins and shareable components.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Plugin Simple

Loopback4 Starter
Loopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
Stars: ✭ 109 (-4.39%)
Mutual labels:  boilerplate
Peridot
A fast and powerful Vue.js PWA boilerplate
Stars: ✭ 111 (-2.63%)
Mutual labels:  boilerplate
React Redux Boilerplate
It is a boilerplate of React-Redux as the infrastructure, which helps to setup a Web APP quickly
Stars: ✭ 113 (-0.88%)
Mutual labels:  boilerplate
Rust Cli Boilerplate
Rust project boilerplate for CLI applications
Stars: ✭ 108 (-5.26%)
Mutual labels:  boilerplate
Searchkit Starter App
Searchkit starter app. Based off create-react-app
Stars: ✭ 110 (-3.51%)
Mutual labels:  boilerplate
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (-1.75%)
Mutual labels:  boilerplate
Deprecated rust wasm template
Deprecated in favor of rustwasm/wasm-pack-template or rustwasm/rust-webpack-template
Stars: ✭ 108 (-5.26%)
Mutual labels:  boilerplate
Prodo
Prodo is a React framework to build apps faster.
Stars: ✭ 114 (+0%)
Mutual labels:  boilerplate
Yakutils
🐃 Yet another toolbox of Python 3 helper functions.
Stars: ✭ 111 (-2.63%)
Mutual labels:  boilerplate
Alpha
Craft your own web-based chatbot
Stars: ✭ 113 (-0.88%)
Mutual labels:  boilerplate
Wagtail Pipit
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
Stars: ✭ 109 (-4.39%)
Mutual labels:  boilerplate
Light Blue Dashboard
🔥 Free and open-source admin dashboard template built with Bootstrap
Stars: ✭ 110 (-3.51%)
Mutual labels:  boilerplate
Koa React Universal
lightweight React-Koa2 universal boilerplate, only what is essential
Stars: ✭ 112 (-1.75%)
Mutual labels:  boilerplate
Hyperledger Typescript Boilerplate
This is a boilerplate that interacts between Hyperledger Fabric Peers and a front end.
Stars: ✭ 109 (-4.39%)
Mutual labels:  boilerplate
Kebs
Scala library to eliminate boilerplate
Stars: ✭ 113 (-0.88%)
Mutual labels:  boilerplate
React Static Boilerplate
A boilerplate for building static sites with Webpack 2, React and React Router
Stars: ✭ 108 (-5.26%)
Mutual labels:  boilerplate
Jade Html5 Boilerplate
HTML5 Boilerplate ported to Jade. Great as a drop and go markup skeleton for Express apps.
Stars: ✭ 111 (-2.63%)
Mutual labels:  boilerplate
Caldera
Caldera allows you to create a boilerplate service that ready to run inside the container (Go language)
Stars: ✭ 114 (+0%)
Mutual labels:  boilerplate
Vue D3
a vue.js plugin for D3
Stars: ✭ 113 (-0.88%)
Mutual labels:  vue-plugin
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-0.88%)
Mutual labels:  boilerplate

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].