Go to file
Luthics 6dc2dfe556 update README 2023-06-11 12:14:21 +08:00
.vscode 简单排序完成 2023-06-11 11:53:24 +08:00
public 页面美观性修改 2023-06-11 12:02:52 +08:00
src 页面美观性修改 2023-06-11 12:02:52 +08:00
.gitignore 简单排序完成 2023-06-11 11:53:24 +08:00
README.md update README 2023-06-11 12:14:21 +08:00
index.html 页面美观性修改 2023-06-11 12:02:52 +08:00
package-lock.json 简单排序完成 2023-06-11 11:53:24 +08:00
package.json 简单排序完成 2023-06-11 11:53:24 +08:00
vite.config.js 简单排序完成 2023-06-11 11:53:24 +08:00

README.md

vue-sort

这个项目是我的数据结构与算法课程的大作业

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build