pry aeaa5dba61 | 3 年之前 | ||
---|---|---|---|
.. | |||
app | 删除 | 3 年之前 | |
config | 删除 | 3 年之前 | |
test/app/controller | 删除 | 3 年之前 | |
.autod.conf.js | 3 年之前 | ||
.eslintignore | 3 年之前 | ||
.eslintrc | 3 年之前 | ||
.gitignore | 3 年之前 | ||
.travis.yml | 3 年之前 | ||
README.md | 3 年之前 | ||
appveyor.yml | 3 年之前 | ||
jsconfig.json | 3 年之前 | ||
package.json | 3 年之前 |
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.