https://github.com/yunyoujun/se-notes
软件工程应试笔记 | Software Engineering Notes
https://github.com/yunyoujun/se-notes
notes software-engineering
Last synced: 2 months ago
JSON representation
软件工程应试笔记 | Software Engineering Notes
- Host: GitHub
- URL: https://github.com/yunyoujun/se-notes
- Owner: YunYouJun
- License: mit
- Created: 2019-03-05T16:48:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T06:56:11.000Z (almost 5 years ago)
- Last Synced: 2025-09-29T00:29:40.103Z (3 months ago)
- Topics: notes, software-engineering
- Homepage: https://se-notes.yunyoujun.cn
- Size: 2.49 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# software-engineering-notes

software-engineering-notes for cuc secondary examination
软件工程笔记
在线阅读:
## Usage
### Dev
```sh
yarn dev
# localhost:8080
```
### Build
```sh
yarn build
```