xiaoxian521 a6d76a34fa vue3.0 init il y a 4 ans
..
public 58f3fcbaf3 project init il y a 4 ans
src 58f3fcbaf3 project init il y a 4 ans
README.md a6d76a34fa vue3.0 init il y a 4 ans
package-lock.json 58f3fcbaf3 project init il y a 4 ans
package.json 58f3fcbaf3 project init il y a 4 ans
tsconfig.json 58f3fcbaf3 project init il y a 4 ans
tslint.json 58f3fcbaf3 project init il y a 4 ans

README.md

接口

安装依赖

npm install

项目启动

npm run dev

Swagger文档访问地址

http://localhost:3000

注意点

请先全局安装typescript、ts-node,如安装请忽略

npm install -g typescript
npm install -g ts-node