feat: 项目搭建
Showing
auto-imports.d.ts
0 → 100644
components.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
... | @@ -9,7 +9,9 @@ | ... | @@ -9,7 +9,9 @@ |
"preview": "vite preview" | "preview": "vite preview" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@element-plus/icons-vue": "^2.3.1", | |||
"axios": "^1.6.7", | "axios": "^1.6.7", | ||
"element-plus": "^2.6.0", | |||
"pinia": "^2.1.7", | "pinia": "^2.1.7", | ||
"vue": "^3.4.19", | "vue": "^3.4.19", | ||
"vue-router": "^4.3.0" | "vue-router": "^4.3.0" | ||
... | @@ -18,6 +20,9 @@ | ... | @@ -18,6 +20,9 @@ |
"@vitejs/plugin-vue": "^5.0.4", | "@vitejs/plugin-vue": "^5.0.4", | ||
"sass": "^1.71.1", | "sass": "^1.71.1", | ||
"typescript": "^5.2.2", | "typescript": "^5.2.2", | ||
"unplugin-auto-import": "^0.17.5", | |||
"unplugin-icons": "^0.18.5", | |||
"unplugin-vue-components": "^0.26.0", | |||
"vite": "^5.1.4", | "vite": "^5.1.4", | ||
"vue-tsc": "^1.8.27" | "vue-tsc": "^1.8.27" | ||
} | } | ||
... | ... |
public/favicon.ico
0 → 100644
File added
src/assets/images/factory-logo.png
0 → 100644

981 Bytes
src/assets/images/logo.png
0 → 100644

3.98 KB
src/components/navMenu.vue
0 → 100644
src/views/Dashboard.vue
0 → 100644
Please
register
or
sign in
to comment