Files
login_task_web/README.md
2025-08-24 15:47:51 +08:00

13 lines
330 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Vue 3 + Vite + Element Plus + Axios
最小可用的 Vue3 脚手架,集成:
- 组件库Element Plus
- 网络请求Axios含基础拦截器
快速使用:
- 安装依赖:`npm install`
- 开发:`npm run dev`
- 构建:`npm run build`;预览:`npm run preview`
详细文档请见:`docs/开发指南.md`