https://github.com/matmanjs/matman-showcase
showcase for matman
https://github.com/matmanjs/matman-showcase
Last synced: 3 months ago
JSON representation
showcase for matman
- Host: GitHub
- URL: https://github.com/matmanjs/matman-showcase
- Owner: matmanjs
- License: mit
- Created: 2018-10-02T05:01:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T14:19:55.000Z (over 6 years ago)
- Last Synced: 2025-02-02T02:29:03.078Z (5 months ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matman-showcase
showcase for matman## 1. 开发
### 1.1 启动命令
执行如下命令即可启动开发调试,启动之后会自动打开 `http://localhost:3000/`。
```
npm start
```### 1.2 代理设置
whistle 代理
```
now.qq.com/cgi-bin 127.0.0.1:9527
```为了便于处理,在 `middlewares/api.js` 中,我们将 CGI 中 `retcode !== 0` 作为 CGI 请求失败。