mazipan / vuejs-template-plugin

🍞 Vue.js plugin development template for Vue-CLI based on the webpack-simple template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuejs-template-plugin

Vue.js plugin development template for Vue-CLI based on the webpack-simple template.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init mazipan/vuejs-template-plugin my-project
$ cd my-project
$ npm install
$ npm run dev

What's Included

  • npm run dev: Webpack + vue-loader with proper config for source maps & hot-reload.
  • npm run build: build with vue included
  • npm run dist: build plugin file with extract vue from bundle
  • npm run test: runnung unit test with Jest

For detailed explanation on how things work, consult the docs for vue-loader. Also check out the breaking changes in vue-loader@9.0.0.

About

🍞 Vue.js plugin development template for Vue-CLI based on the webpack-simple template

License:MIT License


Languages

Language:JavaScript 78.5%Language:Vue 19.0%Language:HTML 2.5%