egg-boilerplate-d-ts icon indicating copy to clipboard operation
egg-boilerplate-d-ts copied to clipboard

egg ts boilerplate using d.ts

egg-boilerplate-d-ts

see https://github.com/whxaxes/blog/issues/11

Dev

$ npm run dev

UnitTest

$ npm run test

Debug

Debugging in vscode, just need to press F5;

Egg Injection

Injecting app/controller, app/proxy, app/service and app/extend to Egg by d.ts, which was auto generated by egg-ts-helper.

here is the typings:

https://github.com/whxaxes/egg-boilerplate-d-ts/tree/master/typings/app

License

MIT

Author

whxaxes