Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctime-zliang/koa2-initbase
An MVSC infrastructure design developed with Koa
https://github.com/ctime-zliang/koa2-initbase
ejs koa-middleware koa-router koa2 mysql
Last synced: 21 days ago
JSON representation
An MVSC infrastructure design developed with Koa
- Host: GitHub
- URL: https://github.com/ctime-zliang/koa2-initbase
- Owner: ctime-zliang
- Created: 2021-06-02T15:44:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T10:15:54.000Z (over 2 years ago)
- Last Synced: 2024-10-02T06:06:02.492Z (about 1 month ago)
- Topics: ejs, koa-middleware, koa-router, koa2, mysql
- Language: JavaScript
- Homepage:
- Size: 15.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# koa-initbase
一个使用 koa2 构建的 mvc 设计结构,直接使用 JavaScript 编写
> 基于 Windows 平台的构建、开发和测试,因此可能在别的平台上还存在一些问题
>
> Windows: 推荐 Windows 10 及以上版本
>
> **该项目为笔者学习参考使用**#### fetch
```
git clone https://github.com/ctime-zliang/koa-initbase
```#### usage
```
// 具体以 package.json 中定义的命令为准// 以开发模式启动服务
npm run server:dev// 使用 PM 执行服务
npm run server:pm:*
```