All Projects β†’ kazupon β†’ Vue Plugin Boilerplate

kazupon / Vue Plugin Boilerplate

Licence: mit
πŸ”© Boilerplate for Vue.js plugin

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Plugin Boilerplate

Vue Cli Plugin Qiankun
πŸš€ qiankun plugin for vue-cli
Stars: ✭ 151 (+5.59%)
Mutual labels:  vue-cli, plugin
Electron Vue
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
Stars: ✭ 14,610 (+10116.78%)
Mutual labels:  vue-cli, boilerplate
Wordpress Plugin Boilerplate Tutorial
Tutorials and Examples for WordPress Plugin Boilerplate, a foundation for WordPress Plugin Development.
Stars: ✭ 232 (+62.24%)
Mutual labels:  plugin, boilerplate
Vue Foundation
VueJS + Foundation + Vue-Router + Webpack
Stars: ✭ 212 (+48.25%)
Mutual labels:  vue-cli, boilerplate
Vue Auth Boilerplate
πŸ”‘ Vue.js scalable boilerplate with user authentication.
Stars: ✭ 31 (-78.32%)
Mutual labels:  vue-cli, boilerplate
Laravel5.7 Vue Cli3 Boilerplate
Boilerplate / Starter kit. Laravel 5.7, Vue CLI 3 β€” Authentication with Email Verification. REST API.
Stars: ✭ 52 (-63.64%)
Mutual labels:  vue-cli, boilerplate
Vue Cli Plugin I18n
🌐 Vue CLI plugin to add vue-i18n to your Vue Project
Stars: ✭ 172 (+20.28%)
Mutual labels:  vue-cli, plugin
Vue Cli Plugin Browser Extension
Browser extension development plugin for vue-cli 3.0
Stars: ✭ 238 (+66.43%)
Mutual labels:  vue-cli, plugin
Nuxt Material Admin
Vue-CLI Boilerplate based on Nuxt and vue-material-admin template.
Stars: ✭ 310 (+116.78%)
Mutual labels:  vue-cli, boilerplate
Sao
βš” Futuristic scaffolding tool
Stars: ✭ 966 (+575.52%)
Mutual labels:  vue-cli, boilerplate
Vue Cli Plugin P11n
πŸ”Œ Vue CLI 3 plugin to pluginize your Vue project
Stars: ✭ 117 (-18.18%)
Mutual labels:  vue-cli, plugin
Convform
A jQuery plugin that transforms a form into an interactive chat.
Stars: ✭ 141 (-1.4%)
Mutual labels:  plugin
Logodrop
A Sketch Plugin to get brand logos right into Sketch App.
Stars: ✭ 140 (-2.1%)
Mutual labels:  plugin
React Hooks Redux Registration Login Example
React Hooks + Redux - User Registration and Login Tutorial & Example
Stars: ✭ 138 (-3.5%)
Mutual labels:  boilerplate
Kickup
🚚 Boilerplate for your perfect front-end environment (utilizing Gulp.js, Babel, and more)
Stars: ✭ 139 (-2.8%)
Mutual labels:  boilerplate
Vue Comment Grid
πŸ’¬ Responsive Vue.js comment system plugin that built with CSS Grid and Firebase REST API + Authentication. https://tugayyaldiz.github.io/vue-comment-grid
Stars: ✭ 143 (+0%)
Mutual labels:  plugin
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (-0.7%)
Mutual labels:  boilerplate
Keepassbrowserimporter
KeePass 2.x plugin which imports credentials from various browsers.
Stars: ✭ 139 (-2.8%)
Mutual labels:  plugin
React Universally
This starter kit contains all the build tooling and configuration you need to kick off your next universal React project, whilst containing a minimal "project" set up allowing you to make your own architecture decisions (Redux/MobX etc).
Stars: ✭ 1,704 (+1091.61%)
Mutual labels:  boilerplate
Health Check
Health Check is a WordPress plugin that will perform a number of checks on your WordPress install to detect common configuration errors and known issues.
Stars: ✭ 139 (-2.8%)
Mutual labels:  plugin

πŸ”© vue-plugin-boilerplate

CircleCI

Boilerplate for Vue.js plugin

πŸš€ Usage

$ npm i -g vue-cli
$ vue init kazupon/vue-plugin-boilerplate vue-hello-plugin

It’s up to you !!

πŸ”¨ Using tools

  • Compiler
    • TypeScript
  • Transpile
    • babel (for development)
    • buble (for distribution)
  • Linter
    • eslint
  • Bundler
    • webpack (for development)
    • rollup (for distribution)
  • Test Assertion
    • power-assert
  • Test Framework
    • mocha
  • Test Runner
    • karma
  • Test Coverage
    • istanbul
  • Headless Browser
    • chrome headless
  • End-to-End Test Fremework
    • nightwatch.js

πŸ“¦ Bunlded ModuleName

Defined the came-case into global.

ex:

- `name` of package.json
vue-plugin-boilerplate

- bundled
VuePluginBoilerplate

- javascript usage example
Vue.use(VuePluginBoilerplate)

©️ License

MIT

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