1、引入国际化i18n
2、提炼字段、编写zh文件 3、增加维语文件
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | { | ||
"name": "mult_mobile", | "name": "mult_mobile", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"serve": "vue-cli-service serve", | "serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | "build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | "lint": "vue-cli-service lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@vant/area-data": "^1.2.2", | "@vant/area-data": "^1.2.2", | ||
"autoprefixer": "^9.7.5", | "autoprefixer": "^9.7.5", | ||
"babel-plugin-import": "^1.13.0", | "babel-plugin-import": "^1.13.0", | ||
"core-js": "^3.6.4", | "core-js": "^3.6.4", | ||
"echarts": "^4.9.0", | "echarts": "^4.9.0", | ||
"lib-flexible": "^0.3.2", | "lib-flexible": "^0.3.2", | ||
"postcss": "^7.0.27", | "postcss": "^7.0.27", | ||
"postcss-pxtorem": "^5.1.1", | "postcss-pxtorem": "^5.1.1", | ||
"sessionstorage": "^0.1.0", | "sessionstorage": "^0.1.0", | ||
"signature_pad": "^4.0.3", | "signature_pad": "^4.0.3", | ||
"vant": "^2.12.45", | "vant": "^2.12.45", | ||
"vue": "^2.6.11", | "vue": "^2.6.11", | ||
"vue-wechat-title": "^2.0.5" | "vue-wechat-title": "^2.0.5" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@vue/cli-plugin-babel": "^4.2.0", | "@vue/cli-plugin-babel": "^4.2.0", | ||
"@vue/cli-plugin-eslint": "^4.2.0", | "@vue/cli-plugin-eslint": "^4.2.0", | ||
"@vue/cli-service": "^4.2.0", | "@vue/cli-service": "^4.2.0", | ||
"axios": "^0.19.2", | "axios": "^0.19.2", | ||
"element-ui": "^2.14.1", | "element-ui": "^2.14.1", | ||
"node-sass": "^5.0.0", | "node-sass": "^5.0.0", | ||
"sass": "^1.25.0", | "sass": "^1.25.0", | ||
"sass-loader": "^7.3.1", | "sass-loader": "^7.3.1", | ||
"vue-router": "^3.1.6", | "vue-i18n": "^6.1.3", | ||
"vue-template-compiler": "^2.6.11", | "vue-router": "^3.1.6", | ||
"vuex": "^3.1.3" | "vue-template-compiler": "^2.6.11", | ||
}, | "vuex": "^3.1.3" | ||
"postcss": { | }, | ||
"plugins": { | "postcss": { | ||
"autoprefixer": {}, | "plugins": { | ||
"postcss-pxtorem": { | "autoprefixer": {}, | ||
"rootValue": 37.5, | "postcss-pxtorem": { | ||
"propList": [ | "rootValue": 37.5, | ||
"*" | "propList": [ | ||
] | "*" | ||
} | ] | ||
} | } | ||
}, | } | ||
"browserslist": [ | }, | ||
"> 1%", | "browserslist": [ | ||
"last 2 versions", | "> 1%", | ||
"not ie <= 8", | "last 2 versions", | ||
"ios >= 8", | "not ie <= 8", | ||
"android >= 4.0" | "ios >= 8", | ||
] | "android >= 4.0" | ||
] | |||
} | } |
This diff is collapsed.
Click to expand it.
src/lang/Uygur.js
0 → 100644
src/lang/zh.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