Write to Future - 写给未来的你
本项目使用 Vue + Quasar + Nuxt + Nestjs + Typescript 构建
$ npm install
# development
$ npm run dev
# unit tests
$ npm run test
# e2e tests
# $ npm run test:e2e
# test coverage
# $ npm run test:cov
commit
使用cz-conventional-changelog
生成commit
内容,通过commitlint
进行检测。
请如下方式进行commit
npm run commit
localhost:3000 web页面端口
localhost:3000/api/** 服务端api接口
localhost:3000/doc 服务端文档接口
localhost:3000/graphql graphql测试接口