初次提交

This commit is contained in:
海龙
2024-02-26 14:44:22 +08:00
parent 9b3c7767ca
commit c8a2a599ad
20 changed files with 12047 additions and 8 deletions

24
frontend/README.md Normal file
View File

@@ -0,0 +1,24 @@
# 对chat gpt对话记录进行展示
## 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/).