添加jsx支持、添加element-ui
Showing
This diff is collapsed.
Click to expand it.
... | ... | @@ -23,9 +23,17 @@ |
"@babel/preset-env": "^7.14.8", | ||
"@babel/runtime": "^7.14.8", | ||
"@babel/runtime-corejs2": "^7.14.8", | ||
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", | ||
"@vue/babel-preset-jsx": "^1.2.4", | ||
"@vue/cli-plugin-babel": "^4.5.13", | ||
"autoprefixer": "^9.3.1", | ||
"babel-eslint": "^10.1.0", | ||
"babel-helper-vue-jsx-merge-props": "^2.0.3", | ||
"babel-loader": "^8.0.4", | ||
"babel-plugin-jsx-v-model": "^2.0.3", | ||
"babel-plugin-syntax-jsx": "^6.18.0", | ||
"babel-plugin-transform-vue-jsx": "^3.7.0", | ||
"babel-preset-env": "^1.7.0", | ||
"chalk": "^2.3.0", | ||
"copy-webpack-plugin": "^4.3.1", | ||
"cross-env": "^5.1.3", | ||
... | ... | @@ -67,7 +75,9 @@ |
}, | ||
"dependencies": { | ||
"axios": "^0.17.1", | ||
"core-js": "^2.6.5", | ||
"echarts": "^5.1.2", | ||
"element-ui": "^2.15.5", | ||
"qs": "^6.10.1", | ||
"vue": "^2.6.14", | ||
"vue-awesome-swiper": "^3.1.3", | ||
... | ... |
Please
register
or
sign in
to comment