Nuxt.js PWA入门
使用以下示例的Nuxt.js PWA项目:
服务器端渲染
服务人员可脱机访问
用于生成Service Worker的工作箱( )
Bulma for CSS
描述
此示例应用程序仅提供脚手架以进行扩展和进一步使用。 在显示的内容之外没有提供数据库,身份验证或功能。
该应用程序提供了类似Instagram“克隆”作为开发的起点。
构建设置
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
# gen
2022-10-02 12:58:59
271KB
Vue
1