📌  相关文章
📜  Reactjs 在 app src 文件夹中找不到 serviceWorker.js 文件 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:06.235000             🧑  作者: Mango

代码示例1
// you have to create a new react app. but this time with an extended code
npx create-react-app my-app --template cra-template-pwa
//this creates a react app plus the serviceWorker.js file in your app
// rem this errors occur bcoz you are using latest dependancies