初始化
正在显示
.env.development
0 → 100644
.env.production
0 → 100644
.env.test
0 → 100644
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
auto-imports.d.ts
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "myapp", | |||
| "description": "创建自定义项目解释", | |||
| "author": "作者信息", | |||
| "private": true, | |||
| "version": "0.0.0", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite --open", | |||
| "test": "vite build --mode test", | |||
| "build": "vite build", | |||
| "preview": "vite preview" | |||
| }, | |||
| "dependencies": { | |||
| "ant-design-vue": "^4.2.6", | |||
| "axios": "0.28.1", | |||
| "echarts": "5.5.1", | |||
| "element-plus": "^2.9.6", | |||
| "file-saver": "2.0.5", | |||
| "js-cookie": "3.0.5", | |||
| "jsencrypt": "3.3.2", | |||
| "nprogress": "0.2.0", | |||
| "pinia": "2.1.7", | |||
| "qs": "^6.13.1", | |||
| "vue": "^3.5.13", | |||
| "vue-router": "^4.5.0", | |||
| "vuedraggable": "4.1.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@vitejs/plugin-vue": "^5.2.1", | |||
| "sass": "1.77.5", | |||
| "unplugin-auto-import": "0.17.6", | |||
| "unplugin-vue-setup-extend-plus": "1.0.1", | |||
| "vite": "^6.2.0", | |||
| "vite-plugin-compression": "^0.5.1", | |||
| "vite-plugin-svg-icons": "2.0.1" | |||
| } | |||
| } |
public/vite.svg
0 → 100644
src/App.vue
0 → 100644
src/api/home.js
0 → 100644
src/api/other.js
0 → 100644
src/assets/vue.svg
0 → 100644
src/components/HelloWorld.vue
0 → 100644
src/components/SvgIcon/index.vue
0 → 100644
src/components/SvgIcon/svgicon.js
0 → 100644
src/directive/index.js
0 → 100644
src/layout/index.vue
0 → 100644
src/main.js
0 → 100644
src/permission.js
0 → 100644
src/router/index.js
0 → 100644
src/static/css/index.css
0 → 100644
src/static/image/401.gif
0 → 100644
160.4 KB
src/static/image/404.png
0 → 100644
95.8 KB
src/static/image/404_cloud.png
0 → 100644
4.7 KB
src/static/scss/index.scss
0 → 100644
src/store/index.js
0 → 100644
src/store/module/app.js
0 → 100644
src/style.css
0 → 100644
src/utils/auth.js
0 → 100644
src/utils/dict.js
0 → 100644
src/utils/function.js
0 → 100644
src/utils/local.js
0 → 100644
src/utils/request.js
0 → 100644
src/views/error/401.vue
0 → 100644
src/views/error/404.vue
0 → 100644
src/views/home/index.vue
0 → 100644
src/views/login/index.vue
0 → 100644
src/views/peizhi/index.vue
0 → 100644
src/views/redirect/index.vue
0 → 100644
vite.config.js
0 → 100644