Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit de82e34

Browse files
committedOct 13, 2023
docs: readme
1 parent ab32323 commit de82e34

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed
 

‎woshiluo/README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
# Vue 3 + Vite
1+
# Hduhelp frontend freshman task
22

3-
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
3+
本项目实现了以下功能:
44

5-
## Recommended IDE Setup
5+
- 大致还原要求的布局,自己有所修改。
6+
- 支持弹窗查看、修改、添加信息。
7+
- 通过 LocalStorage 持久化保存用户信息。
8+
- 有一定动画过渡。
69

7-
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
10+
## 可以改进的部分
11+
12+
- 命名规范尚未统一。
13+
- 部分动画尚未实现。
14+
- 尚不支持导出和导入/基于请求的数据交互。
15+
- 不支持路由和调整每页显示信息条数。

0 commit comments

Comments
 (0)
This repository has been archived.