https://github.com/enpitsulin/library-admin
基于Vue2.0 + Ant Design for Vue的图书馆信息管理系统前端
https://github.com/enpitsulin/library-admin
Last synced: 5 months ago
JSON representation
基于Vue2.0 + Ant Design for Vue的图书馆信息管理系统前端
- Host: GitHub
- URL: https://github.com/enpitsulin/library-admin
- Owner: enpitsuLin
- Created: 2020-10-26T05:43:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T05:35:02.000Z (about 5 years ago)
- Last Synced: 2025-01-11T20:13:46.928Z (over 1 year ago)
- Language: Vue
- Homepage: http://121.40.248.96:8080/home
- Size: 6.32 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# library-admin
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).