0.1.6 • Published 2 years ago

cssanimations1 v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

cssanimations1

Project setup 安装依赖

npm install

Compiles and hot-reloads for development 运行项目

npm run serve

Compiles and minifies for production 打包项目

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

打包组件

npm run lib

npm 本地生成tgz包

npm pack

npm 发布

npm login //登录
---账号
---密码
---邮箱
---邮件一次性密码

发布前修改
"private": false, // 修改为 false
"version": "0.1.3", //版本增加

npm publish  //发布

npm 安装组件

npm i cssanimations1
0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago