1.2.15 • Published 4 years ago
@hiredchina/u_webant v1.2.15
u_webant
QuickStart
see egg docs for more detail.
Development
$ git checkout -b dev master
$ npm i
$ npm run dev
$ open http://localhost:7001/Merge
$ git checkout master
$ git merge --no-ff devRelease
在本地项目
$ npm run rel
# 等同于 git branch -d rel && git checkout -b rel master && npm run build先在服务器上创建好对应的文件夹
$ mkdir /home/egg/u_webant && cd /home/egg/u_webant在本地项目
$ git checkout -b rel master
$ npm run ttDeploy
在服务器
$ npm start
$ npm stopnpm scripts
- Use
npm run lintto check code style. - Use
npm testto run unit test. - Use
npm run autodto auto detect dependencies upgrade, see autod for more detail.