Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
feat: support for nested routes
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Apr 27, 2022
1 parent ced3fa1 commit 9d9e1d8
Show file tree
Hide file tree
Showing 14 changed files with 433 additions and 429 deletions.
91 changes: 0 additions & 91 deletions .cz-config.js

This file was deleted.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@vue/runtime-core": "^3.2.33",
"@vueuse/core": "^8.2.6",
"ant-design-vue": "3.2.0",
"axios": "^0.26.1",
"core-js": "^3.22.0",
"@vueuse/core": "^8.3.1",
"ant-design-vue": "3.2.2",
"axios": "^0.27.2",
"core-js": "^3.22.2",
"dayjs": "^1.11.1",
"file-saver": "^2.0.5",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"nprogress": "^1.0.0-1",
"pinia": "2.0.13",
"qs": "^6.10.3",
"socket.io-client": "^4.4.1",
"socket.io-client": "^4.5.0",
"sortablejs": "^1.15.0",
"vue": "^3.2.33",
"vue-i18n": "9.2.0-beta.30",
Expand All @@ -52,46 +52,46 @@
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@types/node": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@vitejs/plugin-legacy": "^1.8.1",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.13.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.3.0",
"eslint-define-config": "^1.4.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"eslint-plugin-vue": "^8.7.1",
"husky": "^7.0.4",
"less": "^4.1.2",
"lint-staged": "^12.3.8",
"lint-staged": "^12.4.1",
"mockjs": "^1.1.0",
"postcss": "^8.4.12",
"postcss-html": "^1.4.1",
"postcss-less": "^6.0.0",
"prettier": "^2.6.2",
"stylelint": "^14.7.1",
"stylelint": "^14.8.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"typescript": "^4.6.3",
"unplugin-vue-define-options": "^0.6.0",
"vite": "^2.9.5",
"unplugin-vue-define-options": "^0.6.1",
"vite": "^2.9.6",
"vite-plugin-checker": "^0.4.6",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^1.4.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-windicss": "^1.8.4",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^0.34.7",
"vue-tsc": "^0.34.10",
"windicss": "^3.5.1"
},
"__npminstall_done": false,
Expand Down

1 comment on commit 9d9e1d8

@vercel
Copy link

@vercel vercel bot commented on 9d9e1d8 Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vite-vue3-admin – ./

vite-vue3-admin-buqiyuan.vercel.app
vite-vue3-admin-git-main-buqiyuan.vercel.app
vite-vue3-admin.vercel.app

Please sign in to comment.