https://nodejs.org/zh-cn/download
npm install pnpm -gpnpm installpnpm devpnpm buildserver {
listen 80;
server_name localhost;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}
浏览器调试的时候,可以关闭sw.js的注册
application--> service workers