xiaoxian521
3 years ago
8 changed files with 121 additions and 44 deletions
-
6babel.config.js
-
89index.html
-
4package.json
-
47pnpm-lock.yaml
-
7src/layout/components/navbar.vue
-
2src/layout/components/setting/index.vue
-
7src/layout/components/sidebar/hamBurger.vue
-
3vite.config.ts
@ -1,6 +0,0 @@ |
|||
const productPlugins = []; |
|||
process.env.NODE_ENV === "production" && |
|||
productPlugins.push("transform-remove-console"); |
|||
module.exports = { |
|||
plugins: [...productPlugins] |
|||
}; |
@ -28,7 +28,6 @@ specifiers: |
|||
animate.css: ^4.1.1 |
|||
autoprefixer: 10.2.4 |
|||
axios: ^0.21.1 |
|||
babel-plugin-transform-remove-console: 6.9.4 |
|||
cross-env: 7.0.3 |
|||
css-color-function: ^1.3.3 |
|||
dayjs: ^1.10.7 |
|||
@ -46,7 +45,7 @@ specifiers: |
|||
mockjs: ^1.1.0 |
|||
nprogress: ^0.2.0 |
|||
path: ^0.12.7 |
|||
pinia: ^2.0.0-rc.14 |
|||
pinia: ^2.0.9 |
|||
postcss: 8.2.6 |
|||
postcss-import: 14.0.0 |
|||
prettier: 2.3.2 |
|||
@ -66,6 +65,7 @@ specifiers: |
|||
typescript: 4.4.2 |
|||
unplugin-element-plus: ^0.1.3 |
|||
vite: 2.6.14 |
|||
vite-plugin-full-reload: ^1.0.0 |
|||
vite-plugin-mock: ^2.9.6 |
|||
vite-plugin-style-import: ^1.2.1 |
|||
vite-svg-loader: ^2.2.0 |
|||
@ -97,7 +97,7 @@ dependencies: |
|||
mockjs: 1.1.0 |
|||
nprogress: 0.2.0 |
|||
path: 0.12.7 |
|||
pinia: 2.0.2[email protected][email protected] |
|||
pinia: 2.0.9[email protected][email protected] |
|||
qs: 6.10.2 |
|||
remixicon: 2.5.0 |
|||
resize-observer-polyfill: 1.5.1 |
|||
@ -126,7 +126,6 @@ devDependencies: |
|||
"@vue/eslint-config-typescript": 7.0.0_e03d82996bd4a66fb128f33523d782ea |
|||
"@zougt/vite-plugin-theme-preprocessor": 1.4[email protected] |
|||
autoprefixer: 10.2[email protected] |
|||
babel-plugin-transform-remove-console: 6.9.4 |
|||
cross-env: 7.0.3 |
|||
eslint: 7.30.0 |
|||
eslint-plugin-prettier: 3.4[email protected][email protected] |
|||
@ -147,6 +146,7 @@ devDependencies: |
|||
typescript: 4.4.2 |
|||
unplugin-element-plus: 0.1[email protected][email protected] |
|||
vite: 2.6[email protected] |
|||
vite-plugin-full-reload: 1.0.0 |
|||
vite-plugin-mock: 2.9[email protected][email protected] |
|||
vite-plugin-style-import: 1.3[email protected] |
|||
vite-svg-loader: 2.2.0 |
|||
@ -1397,6 +1397,13 @@ packages: |
|||
} |
|||
dev: false |
|||
|
|||
/@vue/devtools-api/6.0.0-beta.21.1: |
|||
resolution: |
|||
{ |
|||
integrity: sha512-FqC4s3pm35qGVeXRGOjTsRzlkJjrBLriDS9YXbflHLsfA9FrcKzIyWnLXoNm+/7930E8rRakXuAc2QkC50swAw== |
|||
} |
|||
dev: false |
|||
|
|||
/@vue/eslint-config-prettier/6.0.0_82e4252401b0cc5be86f7c2133946f49: |
|||
resolution: |
|||
{ |
|||
@ -1870,10 +1877,6 @@ packages: |
|||
- debug |
|||
dev: false |
|||
|
|||
/babel-plugin-transform-remove-console/6.9.4: |
|||
resolution: { integrity: sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A= } |
|||
dev: true |
|||
|
|||
/bail/1.0.5: |
|||
resolution: |
|||
{ |
|||
@ -5168,19 +5171,27 @@ packages: |
|||
engines: { node: ">=8.6" } |
|||
dev: true |
|||
|
|||
/picomatch/2.3.1: |
|||
resolution: |
|||
{ |
|||
integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
|||
} |
|||
engines: { node: ">=8.6" } |
|||
dev: true |
|||
|
|||
/pify/2.3.0: |
|||
resolution: { integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= } |
|||
engines: { node: ">=0.10.0" } |
|||
dev: true |
|||
|
|||
/pinia/[email protected][email protected]: |
|||
/pinia/2.0.9[email protected][email protected]: |
|||
resolution: |
|||
{ |
|||
integrity: sha512-ljN+9p9XHE8YrMBgxLbpo5rdVPj7Fri4Bl9qswz5dJPeoK6ra66YOLrGpBoCsHjAqu9jOBC3oJeErocicf51oA== |
|||
integrity: sha512-iuYdxLJKQ07YPyOHYH05wNG9eKWqkP/4y4GE8+RqEYtz5fwHgPA5kr6zQbg/DoEJGnR2XCm1w1vdt6ppzL9ATg== |
|||
} |
|||
peerDependencies: |
|||
"@vue/composition-api": ^1.3.0 |
|||
typescript: ^4.4.4 |
|||
"@vue/composition-api": ^1.4.0 |
|||
typescript: ">=4.4.4" |
|||
vue: ^2.6.14 || ^3.2.0 |
|||
peerDependenciesMeta: |
|||
"@vue/composition-api": |
|||
@ -5188,7 +5199,7 @@ packages: |
|||
typescript: |
|||
optional: true |
|||
dependencies: |
|||
"@vue/devtools-api": 6.0.0-beta.20 |
|||
"@vue/devtools-api": 6.0.0-beta.21.1 |
|||
typescript: 4.4.2 |
|||
vue: 3.2.24 |
|||
vue-demi: 0.12[email protected] |
|||
@ -7062,6 +7073,16 @@ packages: |
|||
vfile-message: 2.0.4 |
|||
dev: true |
|||
|
|||
/vite-plugin-full-reload/1.0.0: |
|||
resolution: |
|||
{ |
|||
integrity: sha512-GUhQ4wSm+H6yAlz7d2JwLu+BEcsFqZu1SUH0CNG+uyP4ALXGofUjHi+eGdLX19bYhMuOUWW3EwMt68jFkBsMew== |
|||
} |
|||
dependencies: |
|||
picocolors: 1.0.0 |
|||
picomatch: 2.3.1 |
|||
dev: true |
|||
|
|||
/vite-plugin-mock/[email protected][email protected]: |
|||
resolution: |
|||
{ |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue