Go to file
LingandRX 22d9be62c7 refactor(layout): 重构项目布局和样式
- 移除 App.vue 中的复杂布局结构,改为使用 RouterView
- 新增 DefaultLayout.vue 和 LoginLayout.vue 组件用于不同页面布局
- 更新 CustomLogin.vue 样式,增加登录容器和背景图
-调整 main.css 中的样式,使页面宽度自适应
2024-12-30 20:51:45 +08:00
.vscode init vue 2024-09-16 15:39:01 +08:00
public init vue 2024-09-16 15:39:01 +08:00
src refactor(layout): 重构项目布局和样式 2024-12-30 20:51:45 +08:00
.eslintrc.cjs init vue 2024-09-16 15:39:01 +08:00
.gitignore fix 2024-09-22 00:06:45 +08:00
.prettierrc fix 2024-09-22 00:06:45 +08:00
db.json change HomeView.vue 2024-11-03 23:08:31 +08:00
index.html init vue 2024-09-16 15:39:01 +08:00
jsconfig.json init vue 2024-09-16 15:39:01 +08:00
package.json merge 2024-12-10 23:46:41 +08:00
README.md init vue 2024-09-16 15:39:01 +08:00
vite.config.js init vue 2024-09-16 15:39:01 +08:00

vue-project

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint