31 lines
459 B
Markdown
31 lines
459 B
Markdown
<<<<<<< HEAD
|
|
# student-information-sys-front
|
|
|
|
学生信息管理系统的前端工程。
|
|
=======
|
|
# student-information-sys
|
|
|
|
## Project setup
|
|
```
|
|
pnpm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
pnpm run serve
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
pnpm run build
|
|
```
|
|
|
|
### Lints and fixes files
|
|
```
|
|
pnpm run lint
|
|
```
|
|
|
|
### Customize configuration
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
>>>>>>> 5ea95bc (init)
|