Skip to content

Latest commit

 

History

History
82 lines (51 loc) · 1.15 KB

README.md

File metadata and controls

82 lines (51 loc) · 1.15 KB



js-standard-style

@Vue Component - [your component]

update package.json file

  • Author
  • name
  • description
  • repository
  • homepage
  • bugs

update webpack.config.js

  • output filename build.js to your component name
  • output library VueComponentsName to your component name

Install

npm install [your component] --save

Demo

[online demo](https://iwaimai-bi-fe.github.io/[your component]/examples/)

Dev

  • build
npm run build
  • build dev
npm run build:dev
  • build production
npm run build:prod
  • build example
npm run example
  • run server
npm run start
  • publish
npm run release 

Changelog

[changelog](https://github.com/iwaimai-bi-fe/[your component]/blob/master/CHANGELOG.md)

License

MIT

Copyright (c) 2016