panyong 7aaa721e07 TBtools-包裹查询页数据缓存 | hace 3 años | |
---|---|---|
.. | ||
build | hace 3 años | |
config | hace 3 años | |
src | hace 3 años | |
static | hace 3 años | |
test | hace 3 años | |
.babelrc | hace 3 años | |
.editorconfig | hace 3 años | |
.eslintignore | hace 3 años | |
.eslintrc.js | hace 3 años | |
.gitignore | hace 3 años | |
.postcssrc.js | hace 3 años | |
CHANGELOG.md | hace 3 años | |
Dir2Zip.js | hace 3 años | |
LICENSE | hace 3 años | |
README.md | hace 3 años | |
gulpfile.js | hace 3 años | |
index.html | hace 3 años | |
package-lock.json | hace 3 años | |
package.json | hace 3 años |
项目开发、部署等说明都在wiki中。
每个版本的详细更改都记录在release notes中。
构建生成的资源文件保存在/dist目录下,可通过config/index.js目录文件修改相关配置信息
# 构建生产环境(默认) npm run build # 构建测试环境 npm run build --qa # 构建验收环境 npm run build --uat # 构建生产环境 npm run build --prod