feat:框架搭建和登陆接口联调
Showing
.eslintrc-auto-import.json
0 → 100644
.eslintrc.cjs
0 → 100644
components.d.ts
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -9,17 +9,30 @@ |
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@element-plus/icons-vue": "^2.1.0", | ||
"axios": "^1.6.0", | ||
"element-plus": "^2.4.1", | ||
"font-awesome": "^4.7.0", | ||
"npm": "^10.2.1", | ||
"nprogress": "0.2.0", | ||
"pinia": "^2.1.7", | ||
"vue": "^3.3.4", | ||
"vue-router": "^4.2.5", | ||
"vuex": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.8.10", | ||
"@types/nprogress": "0.2.0", | ||
"@typescript-eslint/eslint-plugin": "^6.9.1", | ||
"@typescript-eslint/parser": "^6.9.1", | ||
"@vitejs/plugin-vue": "^4.2.3", | ||
"eslint": "^8.52.0", | ||
"eslint-plugin-vue": "^9.18.1", | ||
"sass": "^1.69.5", | ||
"typescript": "^5.2.2", | ||
"unplugin-auto-import": "^0.16.7", | ||
"unplugin-icons": "^0.17.3", | ||
"unplugin-vue-components": "^0.25.2", | ||
"vite": "^4.4.5", | ||
"vue-tsc": "^1.8.5" | ||
} | ||
... | ... |
src/assets/bg.jpeg
0 → 100644
4.08 KB
src/assets/login-header.png
0 → 100644
19.5 KB
src/assets/style.css
deleted
100644 → 0
src/auto-import.d.ts
0 → 100644
src/login/index.vue
deleted
100644 → 0
src/router/static.ts
0 → 100644
src/stores/counter.ts
0 → 100644
src/stores/modules/permission.ts
0 → 100644
src/styles/app.scss
0 → 100644
src/styles/dark.scss
0 → 100644
src/styles/element.scss
0 → 100644
src/styles/index.scss
0 → 100644
src/styles/loading.scss
0 → 100644
src/styles/markdown.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/mixins.scss
0 → 100644
src/styles/var.scss
0 → 100644
src/utils/loading.ts
0 → 100644
src/utils/pageBubble.ts
0 → 100644
src/utils/validate.ts
0 → 100644
src/views/dashboard.vue
0 → 100644
src/views/login.vue
0 → 100644