Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyebluecn/smart-classroom-front
领域驱动设计DDD从入门到代码实践示例项目-前端
https://github.com/eyebluecn/smart-classroom-front
Last synced: 14 days ago
JSON representation
领域驱动设计DDD从入门到代码实践示例项目-前端
- Host: GitHub
- URL: https://github.com/eyebluecn/smart-classroom-front
- Owner: eyebluecn
- Created: 2023-05-24T11:53:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-30T02:47:26.000Z (over 1 year ago)
- Last Synced: 2024-11-07T10:29:23.763Z (2 months ago)
- Language: TypeScript
- Homepage: https://mp.weixin.qq.com/s/HMLpjcE0UENUTfMK0Z9n8A
- Size: 60.5 KB
- Stars: 17
- Watchers: 1
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 领域驱动设计DDD从入门到代码实践
本项目对应文章[《领域驱动设计DDD|从入门到代码实践》](https://mp.weixin.qq.com/s/HMLpjcE0UENUTfMK0Z9n8A)## 启动
标准的前端工程,启动方式如下:
```shell
npm intall
npm run dev
```需要配合后端,后端端口6500,如果需要修改端口请在`vite.config.ts`中修改即可