3.2.20 • Published 2 years ago

wangjian2-ui v3.2.20

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

Available Scripts

In the project directory, you can run:

开发模式 打开 http://localhost:3000访问。

npm start

打包整个包

npm run build

编译 es 包,提供按需加载功能

npm run compile

调试文档

npm run styleguide

打包文档

npm run styleguide:build

分析 bundle 包

npm run analyze

修改后重新发布 npm 包

1 npm run build 2 npm run compile 3 npm publish