gpt4 book ai didi

javascript - Next.js 不会自动刷新

转载 作者:行者123 更新时间:2023-12-05 00:27:07 27 4
gpt4 key购买 nike

我在使用 Next.js 时遇到问题,基本上它不会在我进行更改时自动刷新本地主机索引页面。
我使用 npx create-next-app --use-npm 创建了一个 Next.js 应用程序.我使用 npm start 启动本地服务器,然后我编辑了 index.js 文件中的 h1 标签,将其从 <h1>First Page</h1> 更改为至<h1>Second Page</h1> .然后我保存了文件。
但是,我的本地服务不会自动刷新并反射(reflect)我刚刚所做的更改。我必须运行 npm run build然后 npm run start能够看到变化。
感谢任何建议,或者为我指出解决这个问题的正确方向,因为无法看到自动刷新确实减慢了开发过程:(

最佳答案

您必须使用 npm run dev

These scripts refer to the different stages of developing an application:

dev - Runs next dev which starts Next.js in development mode

build - Runs next build which builds the application for production usage

start - Runs next start which starts a Next.js production server


来源: https://nextjs.org/docs/getting-started

关于javascript - Next.js 不会自动刷新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67030855/

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