UNPKG

325 BMarkdownView Raw
1# lark
2包含lark/Web、lark/RPC、lark/NSQ、lark/Utils、lark/Sotorage、lark/Log、lark/Notice、lark/Lang等模块构成
3一套完整的前端技术栈,用于生产项目。
4
5## SHELL
6```shell
7# 发布包
8npm run package-tools build
9npm run package-tools publish
10
11npm run project-tools build -- --watch
12```