https://github.com/palmcivet/demo-library
图书管理系统
https://github.com/palmcivet/demo-library
Last synced: 3 months ago
JSON representation
图书管理系统
- Host: GitHub
- URL: https://github.com/palmcivet/demo-library
- Owner: palmcivet
- Created: 2019-10-30T15:52:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T04:36:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T14:48:01.289Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.62 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- [截图](#截图)
- [技术栈](#技术栈)
- [部署](#部署)
- [前端](#前端)
- [后端](#后端)
- [接口](#接口)> 没有 ASP 的 ASP.NET 练习项目
## 截图






## 技术栈
- TypeScript
- MariaDB
- 前端
- React
- MobX
- Webpack
- Less
- 后端
- Koa
- Rollup## 部署
```bash
$ git clone --depth=1 https://github.com/Palmcivet/weak-library.git
$ cd weak-library
```### 前端
```bash
$ cd client
$ yarn
$ yarn pro:build
```### 后端
```bash
$ cd server
$ yarn pro:start
```## 接口
见 [接口文档](docs/interface.md)