初始化
parents
Showing
.gitignore
0 → 100644
README.md
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": "v3test", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.6.0", | ||
"element-plus": "^2.4.1", | ||
"vue": "^3.2.13", | ||
"vue-class-component": "^8.0.0-0", | ||
"vue-router": "^4.0.3", | ||
"vuex": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-router": "~5.0.0", | ||
"@vue/cli-plugin-typescript": "~5.0.0", | ||
"@vue/cli-plugin-vuex": "~5.0.0", | ||
"@vue/cli-service": "~5.0.0", | ||
"sass": "^1.32.7", | ||
"sass-loader": "^12.0.0", | ||
"typescript": "~4.5.5" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not dead", | ||
"not ie 11" | ||
] | ||
} |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/index.js
0 → 100644
src/api/request.js
0 → 100644
src/assets/logo.png
0 → 100644
13 KB
src/components/welcome.vue
0 → 100644
src/main.ts
0 → 100644
src/permission.js
0 → 100644
src/router/index.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store/index.ts
0 → 100644
src/views/AboutView.vue
0 → 100644
src/views/HomeView.vue
0 → 100644
tsconfig.json
0 → 100644