添加前端页面

This commit is contained in:
qaiu
2023-07-31 03:21:39 +08:00
parent 7d1cb5b5c1
commit 214eaed56a
10 changed files with 11447 additions and 3 deletions

24
web-front/README.md Normal file
View File

@@ -0,0 +1,24 @@
# nfd-web
## 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/).