4.1.0 • Published 5 months ago

cm-pwa-react v4.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

CM PWA React

Internal library for managing updates as a progressive web application in React projects. You can check the npm page.

npm version

Installation

npm install --save-dev cm-pwa-react

Usage

Added as a plugin in Vite config file:

import {defineConfig} from 'vite';

import react from '@vitejs/plugin-react';

import {cmPwaReact} from 'cm-pwa-react';

export default defineConfig({
  plugins: [
    react(),
    cmPwaReact()
  ]
});

Release history & changelog

See the Releases page for a list of all releases, including changes.

Help / Support

If you run into any issues, please email me at contact@cristiammercado.com, or you can use the contact form in my page.

For bug reports, please open an issue on GitHub.

Contributing

  1. Fork it.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Added some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Create a new pull request.

License

MIT

4.1.0

5 months ago

4.0.0

5 months ago

3.1.0

7 months ago

3.0.0

8 months ago

2.1.0

8 months ago

2.0.0

8 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.1

1 year ago

1.0.0

1 year ago