15 Star 225 Fork 77

林间有风 / lin-cms-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jokky 提交于 2019-01-28 18:42 . solve vue-router warnning
/* eslint-disable comma-dangle */
module.exports = {
presets: [
[
'@vue/app',
{
useBuiltIns: 'entry'
}
]
],
plugins: [
[
'component',
{
libraryName: 'element-ui',
styleLibraryName: 'theme-chalk',
},
],
],
}
JavaScript
1
https://gitee.com/talelin/lin-cms-vue.git
git@gitee.com:talelin/lin-cms-vue.git
talelin
lin-cms-vue
lin-cms-vue
master

搜索帮助