f1590fc9 by McLemore

Merge branch 'release/readme'

2 parents 9bb38c2f 687de3c1
......@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.3.0](https://gitlab.zb100.com/templates/mui-template/compare/v1.2.2...v1.3.0) (2019-12-17)
### Features
* complement README of boilerplate ([81cd711](https://gitlab.zb100.com/templates/mui-template/commit/81cd7111ff37fdf685deb2a5397ffc66d49c9b12))
### [1.2.2](https://gitlab.zb100.com/templates/mui-template/compare/v1.2.1...v1.2.2) (2019-12-17)
### [1.2.1](https://gitlab.zb100.com/templates/mui-template/compare/v1.2.0...v1.2.1) (2019-12-17)
......
### 开始开发
1. 本地执行`npm run dev`
2. 使用开发者工具导入`demo`目录下的工程
3. 修改`src`目录下源码后,能立即在开发者工具看到效果
\ No newline at end of file
......
{
"name": "@zb100/mui-template",
"version": "1.2.2",
"version": "1.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "@zb100/mui-template",
"version": "1.2.2",
"version": "1.3.0",
"description": "小程序组件模版",
"main": "index.js",
"scripts": {
......