vizz
v0.2.56
Published
* 安装 `npm install` * 开发 `npm start`, 访问 http://localhost:8080/demo/xxx.html * 打包 `npm run build` * 文档 `npm run docs`
Readme
命令
- 安装
npm install - 开发
npm start, 访问 http://localhost:8080/demo/xxx.html - 打包
npm run build - 文档
npm run docs
发布
- 同时修改package.jsom和src/config.js中的version
- npm run build
- npm publish
