lzm 6a42fd5ad9 增加优化点 | 2 年之前 | |
---|---|---|
app | 3 年之前 | |
config | 3 年之前 | |
test | 4 年之前 | |
.autod.conf.js | 4 年之前 | |
.eslintignore | 4 年之前 | |
.eslintrc | 4 年之前 | |
.gitignore | 4 年之前 | |
.travis.yml | 4 年之前 | |
README.md | 4 年之前 | |
app.js | 2 年之前 | |
appveyor.yml | 4 年之前 | |
jsconfig.json | 4 年之前 | |
package-lock.json | 4 年之前 | |
package.json | 4 年之前 | |
springboot-tsf-rbac.zip | 3 年之前 |
tsp_view
see egg docs for more detail.
$ npm i
$ npm run dev
$ open http://localhost:7001/
$ npm start
$ npm stop
npm run lint
to check code style.npm test
to run unit test.npm run autod
to auto detect dependencies upgrade, see autod for more detail.- 1.找到工程目录下的config文件夹,在这个文件夹下方根据原有的config.xxx.js复制新增一个config.xxx.js(xxx为环境变量,如dev)
- 2.可以根据环境修改config.xxx.js里的数据库地址等
- 3.找到工程目录下的package.json文件,找到json里key值为“scripts”
- 4.在“scripts”对应的vlaue下新增一个环境变量key 如sit
"sit": "egg-scripts start --env=sit --title=egg-server-faw-tsp-chart-admin",
"环境": "egg-scripts start --env=环境 --title=egg-server-faw-tsp-chart-admin",
- 5.对应在dockerfile的启动上使用 npm run xxx,sit环境启动是npm run sit