《史上最简单的Spring Cloud教程源码》
spring
spring-boot
consul
spring-cloud
gateway
zuul
hystrix
ribbon
eureka
feign
hystrix-dashboard
sleuth
springbootadmin
finchley
hystrix-turbine
-
Updated
Jun 10, 2020 - Java
直接npm i &&npm run dev无法直接跑起项目 ,现在卡在mock模拟初始数据这个块,看配置用的是webpack4 & babel 7 ,找了网上的.babel 7配置
{
"presets": [
["@babel/preset-env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
},
"useBuiltIns": "usage"
}]
],
"plugins": ["transform-vue-jsx","@babel/plugin-syntax-dynamic-import"]
}
目前跑起来,但console报错