gpt4 book ai didi

javascript - Gulp connect 给我无法 GET/with Angular 应用程序

转载 作者:行者123 更新时间:2023-12-03 06:02:28 25 4
gpt4 key购买 nike

我正在尝试使用 gulp、browserify、angular 和 node.js 设置一个简单的样板,但是,我收到cannot GET 错误。

Folder structure

这是 github 上的样板网址 https://github.com/kushalmahajan/angular_boilerplate.git

最佳答案

您需要更改 connect 任务内的 root 目录以提供来自 app/ 的文件。

gulp.task('connect', function(){
connect.server({
root: 'app',
port: 4000
})
})

关于javascript - Gulp connect 给我无法 GET/with Angular 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39699413/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com