5 Star 5 Fork 6

大漠穷秋 / OpenWMS-Backend-Koa

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

OpenWMS-Backend-Koa

项目介绍

基于 Koa 的服务端。

用法

git clone https://gitee.com/mumu-osc/OpenWMS-Backend-Koa.git
cd OpenWMS-Backend-Koa
cnpm install
cnpm start

使用Vscode调试

在你的launch.json配置文件中添加

{
      "type": "node",
      "request": "launch",
      "name": "Launch Nodemon Program",
      "runtimeExecutable": "nodemon",
      "program": "${workspaceFolder}/app/app.js",
      "restart": true,
      "console":"integratedTerminal",
      "internalConsoleOptions":"neverOpen",
      "runtimeArgs": [
        "--watch",
        "app",
        "--delay",
        "2.5"
      ],
      "outFiles": [
        "${workspaceFolder}/dist/**/*.js"
      ]
    }

然后在命令行运行

npm run compile

然后点击vscode的debug菜单,选择开始调试。

打开你的浏览器访问http://localhost:3000

About

基于Koa的服务端 expand collapse
JavaScript
MIT
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
JavaScript
1
https://gitee.com/mumu-osc/OpenWMS-Backend-Koa.git
git@gitee.com:mumu-osc/OpenWMS-Backend-Koa.git
mumu-osc
OpenWMS-Backend-Koa
OpenWMS-Backend-Koa
master

Search