Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tankunsheng/dev-console-common-elements

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tankunsheng/dev-console-common-elements

Dev Console Common Elements contains common elements (Header, Footer etc) that all tenants of Dev Console will be required to import and use in order to achieve a common user interface. ## How it works

  • 0.2.0
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Dev Console Common Elements POC

Dev Console Common Elements contains common elements (Header, Footer etc) that all tenants of Dev Console will be required to import and use in order to achieve a common user interface.

How it works

This project is a react app that will look to bind itself onto two elements. Elements with specific ids will need to be set on the tenanat's web pages:

  1. dev-console-header
  2. dev-console-header The Dev Console Common Elements react app will look for these elements when it is loaded and render pre-defined react components onto them.

Development

This project is scaffolded with React, Webpack, Babel. Necessary webpack loaders added as required (css/sass) to preprocess non .js files and babel to transpile react and typescript to .js files.

To develop locally (served through webpack-serve)

npm start

Build and Publish

  1. Builds out a single js bundle (devconsole.bundle.js)
  2. Publish onto NPM
  3. Serve through jsDelivr or other CDN
npm publish 

FAQs

Package last updated on 10 Sep 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc