Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

mazipan/vuejs-template-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published