Init Project
parents
Showing
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
.vscode/settings.json
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "east-nanjing-new", | |||
| "version": "1.0.0", | |||
| "author": "yaominguo <missgmy@yahoo.com>", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "start": "npm run dev", | |||
| "clean": "rimraf ./dist", | |||
| "build": "npm run clean && vuedx-typecheck . && vite build" | |||
| }, | |||
| "dependencies": { | |||
| "animate.css": "^4.1.1", | |||
| "axios": "^0.21.1", | |||
| "countup.js": "^2.0.7", | |||
| "echarts": "^5.0.1", | |||
| "moment": "^2.24.0", | |||
| "normalize.css": "^8.0.1", | |||
| "qs": "^6.9.6", | |||
| "vue": "^3.0.5", | |||
| "vuex": "^4.0.0-rc.2" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/node": "^14.14.22", | |||
| "@types/qs": "^6.9.5", | |||
| "@typescript-eslint/eslint-plugin": "^4.12.0", | |||
| "@typescript-eslint/parser": "^4.12.0", | |||
| "@vitejs/plugin-vue": "^1.1.4", | |||
| "@vitejs/plugin-vue-jsx": "^1.0.2", | |||
| "@vue/compiler-sfc": "^3.0.5", | |||
| "@vuedx/typecheck": "^0.4.1", | |||
| "@vuedx/typescript-plugin-vue": "^0.4.1", | |||
| "eslint": "^7.17.0", | |||
| "eslint-config-prettier": "^7.1.0", | |||
| "eslint-config-standard": "^16.0.2", | |||
| "eslint-plugin-import": "^2.22.1", | |||
| "eslint-plugin-node": "^11.1.0", | |||
| "eslint-plugin-prettier": "^3.3.1", | |||
| "eslint-plugin-promise": "^4.2.1", | |||
| "eslint-plugin-vue": "^7.4.1", | |||
| "prettier": "^2.2.1", | |||
| "stylus": "^0.54.8", | |||
| "typescript": "^4.1.3", | |||
| "vite": "^2.0.1", | |||
| "vue-eslint-parser": "^7.4.1" | |||
| } | |||
| } |
public/favicon.ico
0 → 100644
4.19 KB
src/App.vue
0 → 100644
src/ajax/api.ts
0 → 100644
src/ajax/axios.ts
0 → 100644
src/ajax/index.ts
0 → 100644
File added
File added
98.5 KB
1.13 KB
1.07 KB
628 Bytes
1.67 KB
154 Bytes
1.42 KB
361 KB
src/assets/images/true.png
0 → 100644
3.26 KB
src/hooks/useClickOutside.ts
0 → 100644
src/hooks/useDOMCreate.ts
0 → 100644
src/main.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store/actions.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/mutations.ts
0 → 100644
src/store/state.ts
0 → 100644
tsconfig.json
0 → 100644
vetur.config.js
0 → 100644
vite.config.js
0 → 100644