文件名称:pwa-angular:PWA示例
文件大小:120KB
文件格式:ZIP
更新时间:2024-05-31 00:52:27
TypeScript
PwaAngular 尝试一下 运行master分支示例: # git checkout [branch-name] npm i # build prod build, generate sw, run the express server out of /dist npm start 或在开发人员模式下运行它: npm i # start the Node express API server in dev, and the angular app, but no SW npm run start-dev-proxy 通过创建Twilio帐户并运行TWILIO_ACCOUNT_SID="sid-goes-here" TWILIO_AUTH_TOKEN="auth-token" TWILIO_PHONE="from-phone" node --inspect=5858 index.j