tbfe-ui-i18n
v3.2.20-4
Published
In the project directory, you can run:
Downloads
2
Readme
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