Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohubai committed Nov 22, 2023
1 parent 91b6a3d commit 888b6d7
Show file tree
Hide file tree
Showing 77 changed files with 1,393 additions and 1,553 deletions.
2 changes: 1 addition & 1 deletion .env.development
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ENV = 'development'

VITE_WEB_PORT = 8080
VITE_SERVER_PREFIX_API = '/api'
VITE_SERVER_API_URL = 'http://172.21.0.2:8000'
VITE_SERVER_API_URL = 'http://127.0.0.1:8000'

VITE_DEV_MOCK = false
VITE_PROD_MOCK = false
Expand Down
Empty file modified .env.mock
100644 → 100755
Empty file.
Empty file modified .env.production
100644 → 100755
Empty file.
Empty file modified .eslintignore
100644 → 100755
Empty file.
Empty file modified .eslintrc.js
100644 → 100755
Empty file.
Empty file modified .github/workflows/build-deploy.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .npmrc
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified deploy/Makefile
100644 → 100755
Empty file.
Empty file modified deploy/docker-compose.yml
100644 → 100755
Empty file.
Empty file modified deploy/volumes/nginx/conf.d/default.conf
100644 → 100755
Empty file.
Empty file modified deploy/volumes/nginx/html/index.html
100644 → 100755
Empty file.
Empty file modified deploy/volumes/nginx/nginx.conf
100644 → 100755
Empty file.
Empty file modified index.html
100644 → 100755
Empty file.
Empty file modified mock/index.ts
100644 → 100755
Empty file.
Empty file modified mock/mockProdServer.ts
100644 → 100755
Empty file.
Empty file modified mock/modules/casbin.ts
100644 → 100755
Empty file.
Empty file modified mock/modules/dict.ts
100644 → 100755
Empty file.
Empty file modified mock/modules/login.ts
100644 → 100755
Empty file.
Empty file modified mock/modules/menu.ts
100644 → 100755
Empty file.
Empty file modified mock/modules/setting.ts
100644 → 100755
Empty file.
Empty file modified mock/modules/user.ts
100644 → 100755
Empty file.
34 changes: 17 additions & 17 deletions package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@types/node": "^18.15.3",
"axios": "^1.3.4",
"echarts": "^5.4.2",
"element-plus": "^2.3.1",
"@types/node": "^18.18.9",
"axios": "^1.6.0",
"echarts": "^5.4.3",
"element-plus": "^2.4.2",
"normalize.css": "^8.0.1",
"pinia": "^2.0.33",
"pinia-plugin-persistedstate": "^3.1.0",
"sass": "^1.59.3",
"vite-plugin-mock": "^2.9.6",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"sass": "^1.69.5",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-vue-setup-extend-plus": "^0.1.0",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
"vue": "^3.3.8",
"vue-i18n": "^9.6.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitejs/plugin-vue": "^4.1.0",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.4.0",
"eslint": "^8.53.0",
"eslint-plugin-vue": "^9.18.1",
"typescript": "^4.9.5",
"vite": "^4.2.0"
"vite": "^4.5.0"
}
}
Loading

0 comments on commit 888b6d7

Please sign in to comment.