1 Star 13 Fork 2

Baboon / car-plate-keyboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 428 Bytes
一键复制 编辑 原始数据 按行查看 历史
Baboon 提交于 2020-11-10 21:15 . chore : add gh-pages package
module.exports = {
pages: {
index: {
entry: "examples/main.js",
template: "public/index.html",
filename: "index.html"
}
},
publicPath: './',
productionSourceMap: false,
chainWebpack: config => {
config.module
.rule("js")
.include.add("/packages")
.end()
.use("babel")
.loader("babel-loader")
.tap(options => {
return options;
});
}
};
JavaScript
1
https://gitee.com/BaboonKing/car-plate-keyboard.git
git@gitee.com:BaboonKing/car-plate-keyboard.git
BaboonKing
car-plate-keyboard
car-plate-keyboard
master

搜索帮助