Socket
Socket
Sign inDemoInstall

@tramvai/module-progressive-web-app

Package Overview
Dependencies
4
Maintainers
3
Versions
176
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tramvai/module-progressive-web-app

Pwa integration - SW, manifest, icons and meta


Version published
Maintainers
3
Weekly downloads
534
increased by46.7%

Weekly downloads

Readme

Source

@tramvai/module-progressive-web-app

Progressiwe Web App module.

Complete documentation is available in PWA page.

Installation

You need to install @tramvai/module-progressive-web-app module:

npx tramvai add @tramvai/module-progressive-web-app

Then, connect TramvaiPwaModule from this package to createApp function:

import { createApp } from '@tramvai/core';
import { TramvaiPwaModule } from '@tramvai/module-progressive-web-app';

createApp({
  name: 'tincoin',
  modules: [TramvaiPwaModule],
});

FAQs

Last updated on 18 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc