Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxt-community/pwa-module
Zero config PWA solution for Nuxt.js
https://github.com/nuxt-community/pwa-module
hacktoberfest manifest meta nuxt nuxt-module nuxtjs offline pwa serviceworker workbox
Last synced: about 18 hours ago
JSON representation
Zero config PWA solution for Nuxt.js
- Host: GitHub
- URL: https://github.com/nuxt-community/pwa-module
- Owner: nuxt-community
- License: mit
- Created: 2017-10-04T22:17:39.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T00:11:49.000Z (about 2 months ago)
- Last Synced: 2024-12-28T19:03:50.954Z (24 days ago)
- Topics: hacktoberfest, manifest, meta, nuxt, nuxt-module, nuxtjs, offline, pwa, serviceworker, workbox
- Language: TypeScript
- Homepage: https://pwa.nuxtjs.org
- Size: 5.37 MB
- Stars: 1,245
- Watchers: 31
- Forks: 174
- Open Issues: 138
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PWA Module
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Checks][checks-src]][checks-href]
[![Codecov][codecov-src]][codecov-href]> Zero config PWA solution for Nuxt.js
📖 [**Read Documentation**](https://pwa.nuxtjs.org)
## Development
1. Clone this repository
2. Install dependencies using `yarn install` or `npm install`
3. Start development server using `npm run dev`## License
[MIT License](./LICENSE)
Copyright (c) - Nuxt Community
[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/pwa/latest.svg?style=flat-square
[npm-version-href]: https://npmjs.com/package/@nuxtjs/pwa[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxtjs/pwa.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/pwa[checks-src]: https://flat.badgen.net/github/checks/nuxt-community/pwa-module/dev
[checks-href]: https://github.com/nuxt-community/pwa-module/actions[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/pwa-module.svg?style=flat-square
[codecov-href]: https://codecov.io/gh/nuxt-community/pwa-module