init: 项目
Showing
.editorconfig
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.md
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": "vite-test-project", | ||
"version": "0.0.0", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^17.0.2", | ||
"axios": "^0.24.0", | ||
"lib-flexible": "^0.3.2", | ||
"postcss-pxtorem": "^6.0.0", | ||
"qs": "^6.10.3", | ||
"sass": "^1.45.1", | ||
"vant": "^3.3.7", | ||
"vconsole": "^3.14.5", | ||
"vite-plugin-compression": "^0.3.6", | ||
"vite-plugin-style-import": "^1.4.0", | ||
"vue": "^3.2.25", | ||
"vue-router": "^4.0.12", | ||
"vuex": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.8.0", | ||
"@typescript-eslint/parser": "^5.8.0", | ||
"@vitejs/plugin-vue": "^2.0.0", | ||
"eslint": "^8.5.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-vue": "^8.2.0", | ||
"typescript": "^4.4.4", | ||
"vite": "^2.7.2", | ||
"vue-tsc": "^0.29.8" | ||
}, | ||
"description": "This template should help get you started developing with Vue 3 and Typescript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.", | ||
"main": "index.js", | ||
"author": "", | ||
"license": "ISC" | ||
} |
postcss.config.js
0 → 100644
prettier.config.js
0 → 100644
public/favicon.ico
0 → 100644
4.19 KB
src/App.vue
0 → 100644
src/api/auth.ts
0 → 100644
src/api/login.ts
0 → 100644
src/api/request.ts
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/assets/scss/_base.scss
0 → 100644
src/assets/scss/_index.scss
0 → 100644
src/assets/scss/_var.scss
0 → 100644
src/env.d.ts
0 → 100644
src/main.ts
0 → 100644
src/router/guard/index.ts
0 → 100644
src/router/index.ts
0 → 100644
src/router/routes/index.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/modules/store01.ts
0 → 100644
src/store/modules/store02.ts
0 → 100644
src/utils/Storage.ts
0 → 100644
src/utils/cache/index.ts
0 → 100644
src/utils/cache/storage.ts
0 → 100644
src/utils/ts/index.ts
0 → 100644
src/utils/ts/is.ts
0 → 100644
src/views/home/index.vue
0 → 100644
src/views/login/index.vue
0 → 100644
tsconfig.json
0 → 100644
types/global.d.ts
0 → 100644
vite.config.ts
0 → 100644