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