Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

kazupon/vue-plugin-boilerplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

πŸ”© 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