div>

50 コミット (683324d6eec9cd6bc9d00f5819831c8c1b8159f3)

作者 SHA1 メッセージ 日付
  luyanan 8f757f8f9a 去掉首页搜索类别的选择 7 年 前
  luyanan e824d2ed4e 首页添加友情链接 7 年 前
  luyanan f64be2495a 资源发布、预览、浏览、工作台资源列表 7 年 前
  luyanan 4ec079af5c 搜索条和导航头像 7 年 前
  luyanan 5f56cf19f8 首页添加热门专家模块、修改关注模块的相关 7 年 前
  luyanan b23d724f2b 标志样式 企业信息 7 年 前
  luyanan 70efc5c3e9 修改判断标识以及专家头像与企业logo的区别 7 年 前
  luyanan 6c7e6c9ccb 专家认证和实名认证的问题 7 年 前
  luyanan 20e2b81022 科袖普通版的导航条和新版登录 7 年 前
  jack a1da4b057d 苹果浏览器兼容问题 7 年 前
  luyanan 85602e8ae9 可视区域的调整,文字溢出的隐藏 7 年 前
  luyanan 37d6330239 保存按钮样式、发布需求弹出问题 7 年 前
  luyanan e9d72ca397 企业版顶部导航下拉菜单ie兼容问题以及ie表单行高问题 7 年 前
  luyanan 068be14c82 修改企业浏览页面中的企业资质展示样式 7 年 前
  luyanan bdba58b090 发现模块页面 7 年 前
  luyanan 748acb2b86 添加企业入驻入口 7 年 前
  luyanan a3ccaa810b 科袖网首页添加入驻企业的入口 7 年 前
  luyanan 39404d5d76 更改普通版头部导航 7 年 前
  luyanan eb90125b3b 科袖网企业信息浏览 7 年 前
  luyanan 075f0d61d3 首页发布需求入口完善 7 年 前
  luyanan 25e5f0b535 首页添加我是专家和发布需求入口,更换首页底部footer 7 年 前
  luyanan 7e5400df9f 1、增加【需求发布】功、【需求确认】 7 年 前
  luyanan ad433407a9 实名认证和专家认证 7 年 前
  luyanan f368567e4f 底部二维码被遮盖问题 7 年 前
  luyanan 50f1f11e81 专家基本信息展示 7 年 前
  luyanan 322af5ce68 资源详细信息页面,图片显示不出来的问题 7 年 前
  luyanan d74a7a41a7 文章 7 年 前
  luyanan b10bb2f328 完善文章详情页面和专家浏览页面滚动监听事件 7 年 前
  luyanan 80857ff413 文章留言样式调整 7 年 前
  luyanan 4092603c1a 文章留言样式调整,去掉console 7 年 前
  luyanan ed57da1fcf 用户身份不换行 7 年 前
  luyanan b55038b348 专家信息浏览与修改的菜单导航定位 7 年 前
  luyanan fa13214908 文章模块分享nav浮动问题 7 年 前
  luyanan 8f28278a18 科研文章显示浏览【专家浏览】、【我的工作台】、【科研文章】 7 年 前
  luyanan 68d369221c main内容区域完善 7 年 前
  luyanan 8fd24b162f 研究方向点击查看详情 7 年 前
  luyanan 1685f71e81 文章详情、分享至微信及留言页面 7 年 前
  luyanan ad58a55bc4 用户邀请成功页面 7 年 前
  luyanan 4fcd64a97e 【我的工作台】上加入我的文章模块 7 年 前
  luyanan 0d2e13d8f6 【我的工作台】添加关注模块 7 年 前
  luyanan 7f4c90b669 专家信息浏览页内容显示样式有问题。 7 年 前
  luyanan 92cd414eba 资源分享页面专家信息样式块 7 年 前
  luyanan 1d2ed04e8b 更换默认头像图片(带不带?) 7 年 前
  luyanan 1839382ff4 个人账户页面设置邮箱绑定改善 7 年 前
  xuchunyang 2d74943fed 账户设置:邮箱绑定功能按描述中的需求修改功能及页面。 7 年 前
  luyanan b14a023713 资源图片发布修改显示变形问题 7 年 前
  luyanan ac3781b7a6 资源分享和专家分享完善以及身份认证标识完善 7 年 前
  luyanan 0054f738af 资源图片压缩变形问题 8 年 前
  luyanan ce66aec30c 解决资源图片变形问题 8 年 前
  jiapeng c5d9752792 --init 8 年 前
touchwave - Gogs: Go Git Service

声脉桥梁云监控平台

index.js 2.9KB

    'use strict' const path = require('path') module.exports = { dev: { // Paths assetsSubDirectory: 'static', assetsPublicPath: '/', proxyTable: {}, // Various Dev Server settings host: 'localhost', // can be overwritten by process.env.HOST port: 9526, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true, notifyOnErrors: false, poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions- // Use Eslint Loader? // If true, your code will be linted during bundling and // linting errors and warnings will be shown in the console. useEslint: true, // If true, eslint errors and warnings will also be shown in the error overlay // in the browser. showEslintErrorsInOverlay: false, /** * Source Maps */ // https://webpack.js.org/configuration/devtool/#development devtool: 'cheap-module-eval-source-map', // If you have problems debugging vue-files in devtools, // set this to false - it *may* help // https://vue-loader.vuejs.org/en/options.html#cachebusting cacheBusting: true, // CSS Sourcemaps off by default because relative paths are "buggy" // with this option, according to the CSS-Loader README // (https://github.com/webpack/css-loader#sourcemaps) // In our experience, they generally work as expected, // just be aware of this issue when enabling this option. cssSourceMap: false, }, build: { // Template for index.html index: path.resolve(__dirname, '../dist/index.html'), // Paths assetsRoot: path.resolve(__dirname, '../dist'), assetsSubDirectory: 'static', /** * You can set by youself according to actual condition * You will need to set this if you plan to deploy your site under a sub path, * for example GitHub pages. If you plan to deploy your site to https://foo.github.io/bar/, * then assetsPublicPath should be set to "/bar/". * In most cases please use '/' !!! */ assetsPublicPath: '/', // If you are deployed on the root path, please use '/' /** * Source Maps */ productionSourceMap: false, // https://webpack.js.org/configuration/devtool/#production devtool: '#source-map', // Gzip off by default as many popular static hosts such as // Surge or Netlify already gzip all static assets for you. // Before setting to `true`, make sure to: // npm install --save-dev compression-webpack-plugin productionGzip: false, productionGzipExtensions: ['js', 'css'], // Run the build command with an extra argument to // View the bundle analyzer report after build finishes: // `npm run build --report` // Set to `true` or `false` to always turn it on or off bundleAnalyzerReport: process.env.npm_config_report } }