6 Star 21 Fork 8

鸿飞/vue-vuex-starter-kit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.babelrc 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸿飞 提交于 2016-11-18 16:17 +08:00 . 增加API 挡板和fetch功能
// NOTE: These options are overriden by the babel-loader configuration
// for webpack, which can be found in ~/build/webpack.config.
//
// Why? The react-transform-hmr plugin depends on HMR (and throws if
// module.hot is disabled), so keeping it and related plugins contained
// within webpack helps prevent unexpected errors.
{
"presets": [
"es2015",
"stage-0"
],
"plugins": [
"add-module-exports",
"transform-async-to-generator",
"transform-runtime"
],
"comments": false
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sulky/vue-vuex-starter-kit.git
git@gitee.com:sulky/vue-vuex-starter-kit.git
sulky
vue-vuex-starter-kit
vue-vuex-starter-kit
next

搜索帮助