gulp使用(use)gulp-webserver解決跨域問題

  1. 新聞資訊
  2. 技術百科
行業動态 公司新聞 案例分享 技術百科

gulp使用(use)gulp-webserver解決跨域問題

來(Come)源:奇站網絡 浏覽量:235 發布日期: 2024-03-26

配置當前路徑映射到(arrive)其他(he)端口路徑上,解決跨域問題

  1. gulp.task('server', function() {
  2. gulp.src(dist)
  3. .pipe(webserver({
  4. host: 'localhost',
  5. port: 80,
  6. path: '/',
  7. livereload: false,
  8. proxies: [{
  9. source: '/h5',
  10. target: 'http://localhost:8080/h5'
  11. }]
  12. }))
  13. });
标簽:
下一(one)篇 git 更換地(land)址

廈門極極網絡科技有限公司

電話:13313868605

QQ:3413772931

地(land)址:廈門集美區軟件園三期


                    掃一(one)掃加我(I)咨詢