1.1.5 • Published 4 years ago

ljtql v1.1.5

Weekly downloads
5
License
-
Repository
-
Last release
4 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