6 Star 55 Fork 9

涛声依旧 / hi-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 415 Bytes
一键复制 编辑 原始数据 按行查看 历史
luowentao 提交于 2021-09-07 11:47 . 初始化
// vue.config.js
module.exports = {
lintOnSave: false, //如果为false,就是取消eslint规则的检查
// 将 examples 目录添加为新的页面
pages: {
index: {
// page 的入口
entry: 'examples/main.js',
// 模板来源
template: 'public/index.html',
// 输出文件名
filename: 'index.html'
}
}
}
JavaScript
1
https://gitee.com/luowentao/hi-ui.git
git@gitee.com:luowentao/hi-ui.git
luowentao
hi-ui
hi-ui
master

搜索帮助