🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@tramvai/module-progressive-web-app

Package Overview
Dependencies
Maintainers
3
Versions
388
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tramvai/module-progressive-web-app

Pwa integration - SW, manifest, icons and meta

4.41.104
latest
Source
npm
Version published
Weekly downloads
29
-78.2%
Maintainers
3
Weekly downloads
 
Created
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

Package last updated on 18 Apr 2025

Did you know?

Socket

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