# vue3-demo **Repository Path**: steve1992coder/vue3-demo ## Basic Information - **Project Name**: vue3-demo - **Description**: vue3 element-plus vite - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-03-11 - **Last Updated**: 2024-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3-admin, vue3, vite, vue-router, Element-UI ## README # vue3-demo Vue3+Vite+Typescript+Element-plus+Tailwindcss+Axios+mock.js ## 命令 ### 安装依赖 ```sh npm install ``` ### 开发启动 ```sh npm run dev ``` ### 生产构建 ```sh npm run build ``` ### 单元测试 [Vitest](https://vitest.dev/) ```sh npm run test:unit ``` ### 代码规范 [ESLint](https://eslint.org/) ```sh npm run lint ``` ## 界面 ### 登陆界面 ```text /login ``` ### 首页 ```text / ``` ### 测试界面 ```text /test/api 接口 axios发起http mock.js模拟后端返回 /test/draggable vue-draggable-plus实现双表格拖拉拽 /test/dynamicForm element-plus el-form动态添加表单项 /test/codeMirror codeMirror代码编辑器 /test/antvG6 AntvG6 关系图 ```