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: 5 days 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 (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T16:38:45.000Z (6 months ago)
- Last Synced: 2024-05-22T07:45:15.406Z (6 months ago)
- Topics: hacktoberfest, manifest, meta, nuxt, nuxt-module, nuxtjs, offline, pwa, serviceworker, workbox
- Language: TypeScript
- Homepage: https://pwa.nuxtjs.org
- Size: 5.55 MB
- Stars: 1,220
- Watchers: 33
- Forks: 171
- Open Issues: 136
-
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