nodejs运行ts服务器
2021-01-14 16:15
阅读:574
标签:exec demo rip 服务 exe npm 服务器 pts watch 1.package.json nodejs运行ts服务器 标签:exec demo rip 服务 exe npm 服务器 pts watch 原文地址:https://www.cnblogs.com/xielei0502/p/13424049.html1)devDependencies 添加 "nodemon": "^1.18.6"
2)scripts 添加 "start": "nodemon --watch ‘**/*.ts‘ --exec ts-node src/index.ts"
3)npm install
4)npm run start
评论
亲,登录后才可以留言!