feat: csr改造
Showing
babel.config.js
0 → 100644
nuxt.config.js
deleted
100644 → 0
... | @@ -7,9 +7,9 @@ | ... | @@ -7,9 +7,9 @@ |
"release": "standard-version", | "release": "standard-version", | ||
"release:minor": "standard-version -r minor", | "release:minor": "standard-version -r minor", | ||
"release:patch": "standard-version -r patch", | "release:patch": "standard-version -r patch", | ||
"serve:dev": "cross-env mode=test nuxt", | "serve:dev": "cross-env mode=test vue-cli-service serve", | ||
"serve:pre": "cross-env mode=preview nuxt", | "serve:pre": "cross-env mode=preview vue-cli-service serve", | ||
"serve:prod": "cross-env mode=production nuxt", | "serve:prod": "cross-env mode=production vue-cli-service serve", | ||
"serve:cm": "cross-env mode=cm nuxt", | "serve:cm": "cross-env mode=cm nuxt", | ||
"serve:vvku": "cross-env mode=vvku nuxt", | "serve:vvku": "cross-env mode=vvku nuxt", | ||
"serve:cbn": "cross-env mode=cbn nuxt", | "serve:cbn": "cross-env mode=cbn nuxt", | ||
... | @@ -53,8 +53,9 @@ | ... | @@ -53,8 +53,9 @@ |
"lint": "yarn lint:js && yarn lint:style" | "lint": "yarn lint:js && yarn lint:style" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@babel/plugin-proposal-optional-chaining": "^7.21.0", | |||
"@easy-messenger/client-connection": "^1.0.3", | "@easy-messenger/client-connection": "^1.0.3", | ||
"@gdyfe/config": "^1.3.2", | "@gdyfe/config": "^2.0.1", | ||
"@gdyfe/gdy-component-lib": "^0.4.1", | "@gdyfe/gdy-component-lib": "^0.4.1", | ||
"@gdyfe/rop-client": "1.1.10", | "@gdyfe/rop-client": "1.1.10", | ||
"@nuxtjs/axios": "^5.13.6", | "@nuxtjs/axios": "^5.13.6", | ||
... | @@ -73,7 +74,10 @@ | ... | @@ -73,7 +74,10 @@ |
"vconsole": "^3.9.1", | "vconsole": "^3.9.1", | ||
"vue-clipboard2": "^0.3.1", | "vue-clipboard2": "^0.3.1", | ||
"vue-cookie": "^1.1.4", | "vue-cookie": "^1.1.4", | ||
"vue-router": "^3.1.3", | |||
"vuescroll": "^4.17.3", | "vuescroll": "^4.17.3", | ||
"vuex": "^3.0.1", | |||
"webpack": "^4.46.0", | |||
"weixin-js-sdk": "^1.6.0" | "weixin-js-sdk": "^1.6.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | @@ -83,6 +87,11 @@ | ... | @@ -83,6 +87,11 @@ |
"@nuxtjs/eslint-module": "^3.0.2", | "@nuxtjs/eslint-module": "^3.0.2", | ||
"@nuxtjs/style-resources": "^1.2.0", | "@nuxtjs/style-resources": "^1.2.0", | ||
"@vant/touch-emulator": "^1.3.2", | "@vant/touch-emulator": "^1.3.2", | ||
"@vue/cli-plugin-babel": "^4.0.0", | |||
"@vue/cli-plugin-eslint": "^4.0.0", | |||
"@vue/cli-service": "^4.0.0", | |||
"@vue/eslint-config-airbnb": "^4.0.0", | |||
"@vue/eslint-config-prettier": "^6.0.0", | |||
"babel-plugin-import": "^1.13.3", | "babel-plugin-import": "^1.13.3", | ||
"cross-env": "^7.0.3", | "cross-env": "^7.0.3", | ||
"eslint": "^7.29.0", | "eslint": "^7.29.0", | ||
... | ... |
public/config.js
0 → 100644
public/index.html
0 → 100644
src/App.vue
0 → 100644
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
src/config.js
0 → 100644
File moved
File moved
src/main.js
0 → 100644
File moved
src/router/index.js
0 → 100644
File moved
src/store/index.js
0 → 100644
src/utils/Bus.js
0 → 100644
File moved
File moved
File moved
utils/Bus.js
deleted
100644 → 0
vue.config.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment