1 Star 0 Fork 1

cestr/uni-preset-vue-cli-extension-park

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
cestr 提交于 2022-07-02 14:02 . cli 工程配置
/**
* @Author: zhuangli.qin
* @Date: 2022-06-16 07:49:04
* @LastEditors: cest
* @LastEditTime: 2022-07-02 13:09:58
* @FilePath: /uni-app-cli/vue.config.js
* @Description:
*/
// const TransformPages = require('uni-read-pages')
// const devServerConfig = require('./src/configs/devServer')
// const pageConfig = require('./src/configs')
// const { webpack } = new TransformPages()
module.exports = {
// lintOnSave配置
// Type: boolean | 'warning' | 'default' | 'error'
// Default: true
lintOnSave: true
// publicPath: pageConfig.appBasePath,
// 配置路径别名
// configureWebpack: {
// devServer: {
// // 调试时允许内网穿透,让外网的人访问到本地调试的H5页面
// disableHostCheck: true,
// // 环境配置
// port: devServerConfig.port,
// hot: true, // false防止开发模式白屏(使用路由缓存时)
// ...(devServerConfig.useProxy && devServerConfig.proxyURL
// ? {
// proxy: {
// /** 解决本地测试跨域问题 */
// [`${devServerConfig.proxyPath}`]: {
// target: devServerConfig.proxyURL,
// pathRewrite: {
// [`^${devServerConfig.proxyPath}`]: ''
// }
// }
// }
// }
// : {})
// },
// plugins: [
// new webpack.DefinePlugin({
// ROUTES: webpack.DefinePlugin.runtimeValue(() => {
// const tfPages = new TransformPages({
// includes: ['path', 'name', 'aliasPath']
// })
// return JSON.stringify(tfPages.routes)
// }, true)
// })
// ]
// },
// 指定需要编译的依赖
// transpileDependencies: ['@dcloudio/uni-ui', 'z-paging', 'uview-ui']
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cestr/uni-preset-vue-cli-extension-park.git
git@gitee.com:cestr/uni-preset-vue-cli-extension-park.git
cestr
uni-preset-vue-cli-extension-park
uni-preset-vue-cli-extension-park
main

搜索帮助