0.1.6 • Published 3 years ago
cssanimations1 v0.1.6
cssanimations1
Project setup 安装依赖
npm installCompiles and hot-reloads for development 运行项目
npm run serveCompiles and minifies for production 打包项目
npm run buildLints and fixes files
npm run lintCustomize configuration
打包组件
npm run libnpm 本地生成tgz包
npm packnpm 发布
npm login //登录
---账号
---密码
---邮箱
---邮件一次性密码
发布前修改
"private": false, // 修改为 false
"version": "0.1.3", //版本增加
npm publish //发布npm 安装组件
npm i cssanimations1