init
上级
正在显示
.env
0 → 100644
.env.dev
0 → 100644
.env.test
0 → 100644
.eslintrc-auto-import.json
0 → 100644
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
auto-imports.d.ts
0 → 100644
cert.js
0 → 100644
deploy.js
0 → 100644
env.d.ts
0 → 100644
https/ezijing.com.key
0 → 100644
https/ezijing.com.pem
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": "saas-dml", | |||
| "version": "0.0.0", | |||
| "private": true, | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite --mode dev", | |||
| "build": "vue-tsc --noEmit && vite build --mode prod && npm run deploy", | |||
| "build:test": "vue-tsc --noEmit && vite build --mode test", | |||
| "build:pre": "vue-tsc --noEmit && vite build --mode pre", | |||
| "preview": "vite preview --port 4173", | |||
| "typecheck": "vue-tsc --noEmit", | |||
| "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | |||
| "deploy": "node ./deploy.js", | |||
| "cert": "node ./cert.js" | |||
| }, | |||
| "dependencies": { | |||
| "@element-plus/icons-vue": "^2.0.10", | |||
| "@vueuse/core": "^9.9.0", | |||
| "axios": "^1.2.2", | |||
| "element-plus": "^2.2.27", | |||
| "pinia": "^2.0.28", | |||
| "qs": "^6.11.0", | |||
| "vue": "^3.2.45", | |||
| "vue-router": "^4.1.6" | |||
| }, | |||
| "devDependencies": { | |||
| "@rushstack/eslint-patch": "^1.1.4", | |||
| "@types/node": "^18.11.12", | |||
| "@vitejs/plugin-vue": "^4.0.0", | |||
| "@vue/eslint-config-typescript": "^11.0.0", | |||
| "@vue/tsconfig": "^0.1.3", | |||
| "ali-oss": "^6.17.1", | |||
| "chalk": "^5.2.0", | |||
| "eslint": "^8.22.0", | |||
| "eslint-plugin-vue": "^9.3.0", | |||
| "npm-run-all": "^4.1.5", | |||
| "sass": "^1.57.1", | |||
| "typescript": "~4.7.4", | |||
| "unplugin-auto-import": "^0.12.1", | |||
| "vite": "^4.0.0", | |||
| "vue-tsc": "^1.0.12" | |||
| } | |||
| } |
src/App.vue
0 → 100644
src/api/base.ts
0 → 100644
src/assets/styles/base.css
0 → 100644
src/components.d.ts
0 → 100644
src/components/Avatar.vue
0 → 100644
src/components/base/AppCard.vue
0 → 100644
src/components/base/AppEditor.vue
0 → 100644
src/components/base/AppList.vue
0 → 100644
src/components/base/AppUpload.vue
0 → 100644
src/components/icon/IconGroup.vue
0 → 100644
src/components/icon/IconLabel.vue
0 → 100644
src/components/icon/IconTrip.vue
0 → 100644
src/components/icon/IconUser.vue
0 → 100644
src/components/layout/Aside.vue
0 → 100644
src/components/layout/Footer.vue
0 → 100644
src/components/layout/Index.vue
0 → 100644
src/components/layout/Main.vue
0 → 100644
src/main.ts
0 → 100644
src/modules/analyze/index.ts
0 → 100644
src/modules/connect/index.ts
0 → 100644
src/modules/error/index.ts
0 → 100644
src/modules/error/views/401.vue
0 → 100644
src/modules/group/index.ts
0 → 100644
src/modules/group/views/Index.vue
0 → 100644
src/modules/home/index.ts
0 → 100644
src/modules/home/views/Index.vue
0 → 100644
src/modules/index.ts
0 → 100644
src/modules/label/index.ts
0 → 100644
src/modules/label/views/Index.vue
0 → 100644
src/modules/material/index.ts
0 → 100644
src/modules/trip/my/index.ts
0 → 100644
src/modules/user/index.ts
0 → 100644
src/modules/user/views/Index.vue
0 → 100644
src/router/index.ts
0 → 100644
src/stores/map.ts
0 → 100644
src/stores/menu.ts
0 → 100644
src/stores/user.ts
0 → 100644
src/types.ts
0 → 100644
src/utils/axios.ts
0 → 100644
src/utils/dictionary.ts
0 → 100644
src/utils/permission.ts
0 → 100644
src/utils/upload.ts
0 → 100644
tsconfig.config.json
0 → 100644
tsconfig.json
0 → 100644
vite.config.ts
0 → 100644
请
注册
或者
登录
后发表评论