showcase:egg ts测试项目

时间:2024-03-25 03:33:21
【文件属性】:

文件名称:showcase:egg ts测试项目

文件大小:101KB

文件格式:ZIP

更新时间:2024-03-25 03:33:21

TypeScript

hackernews-async-ts 使用打字稿&& egg的展示 快速开始 发展 $ npm i $ npm run dev $ open http://localhost:7001/ 不要以开发模式编译tsc,如果您已经运行过tsc则需要在npm run dev之前先进行npm run clean npm run dev 。 部署 $ npm run tsc $ npm start Npm脚本 使用npm run lint检查代码样式 使用npm test运行单元测试 se npm run clean以在开发模式下清理编译的js一次 要求 Node.js 8.x 打字稿2.8+


【文件预览】:
showcase-master
----.travis.yml(171B)
----.eslintrc(412B)
----config()
--------plugin.ts(385B)
--------config.local.ts(790B)
--------config.prod.ts(143B)
--------config.default.ts(1KB)
----package.json(2KB)
----.github()
--------workflows()
----test()
--------app()
----database()
--------config.json(438B)
----.sequelizerc(301B)
----package-lock.json(453KB)
----app()
--------model()
--------extend()
--------middleware()
--------router.ts(1KB)
--------controller()
--------service()
----appveyor.yml(241B)
----app.ts(1KB)
----tsconfig.json(717B)
----.gitignore(198B)
----typings()
--------config()
--------app()
--------index.d.ts(88B)
----README.md(575B)
----.eslintignore(24B)
----.autod.conf.js(351B)

网友评论