Skip to content
  • This project
    • Loading...
  • Sign in

蒋波涛 / super_globe_vue

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • super_globe_vue
  • vue.config.js
  • chiangbt's avatar
    20191207 · a707c407
    a707c407 Browse Files
    chiangbt committed 2019-12-07 16:56:37 +0800
vue.config.js 448 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
/*
 * @Author: jiangbotao
 * @Date: 2019-12-03 22:40:09
 * @LastEditors: jiangbotao
 * @LastEditTime: 2019-12-07 11:50:48
 * @FilePath: \superglobevue\vue.config.js
 */
module.exports = {
    devServer: {
        https: false,
        hotOnly: false,
        // proxy: 'http://127.0.0.1:4000'
        contentBase:"./public",
        inline:true,
        host:'127.0.0.1',
        port:7000,
        hot: true,
        openPage: 'index.html'
    }
}