🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@saasquatch/brandlabmedia-components

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saasquatch/brandlabmedia-components

SaaSquatch Partner Portal App

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
7
Created
Source

Stencil App Starter

Stencil is a compiler for building fast web apps using Web Components.

Stencil combines the best concepts of the most popular frontend frameworks into a compile-time rather than run-time tool. Stencil takes TypeScript, JSX, a tiny virtual DOM layer, efficient one-way data binding, an asynchronous rendering pipeline (similar to React Fiber), and lazy-loading out of the box, and generates 100% standards-based Web Components that run in any browser supporting the Custom Elements v1 spec.

Stencil components are just Web Components, so they work in any major framework or with no framework at all. In many cases, Stencil can be used as a drop in replacement for traditional frontend frameworks given the capabilities now available in the browser, though using it as such is certainly not required.

Stencil also enables a number of key capabilities on top of Web Components, in particular Server Side Rendering (SSR) without the need to run a headless browser, pre-rendering, and objects-as-properties (instead of just strings).

Getting Started

To clone this repo:

git clone https://github.com/saasquatch/partner-portal.git partner-portal
cd partner-portal

and run:

npm install
npm start

To build the app for production, run:

npm run build

Firebase Setup

npm install -g firebase-tools
firebase init
firebase functions:config:set config.apikey=KEY_HERE
firebase functions:config:set config.ident=uid|email
firebase deploy

To deploy functions only, run:

firebase deploy --only functions

To deploy code updates only, run:

firebase deploy --only hosting

FAQs

Package last updated on 17 Jun 2021

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