utils-maps
v1.1.0
Published
Echart component
Downloads
11
Readme
🚀 echart 组件封装
安装
npm install utils-echart
yarn add utils-echart
引入
打包
npm run build
yarn build
发布到 npm
- 在
package.json
中修改版本号
{
/** 建议不要低于已发布的版本号 */
"version": "1.0.1"
}
- 要先切换到淘宝镜像源
npm config set registry http://registry.npm.taobao.org/
npm publish // 没登陆的要先登录,然后才能发布