New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

component-blueprint

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-blueprint

Component Blueprint

latest
Source
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

component-blueprint

Install and Setup

Install TypeScript globally.

npm i -g typescript@2.0

Clone the repository and install dependencies.

git clone https://github.com/schabluk/component-blueprint.git
cd component-blueprint
npm link typescript
npm install

Running and building

To start in development mode with HRM:

npm run start

To create bundle.js with index.html in dist/ folder:

npm run build

To release for publication in NPM:

npm run release

To release minified production bundle:

npm run relmini

To release and install locally:

npm pack
> component-blueprint-1.0.7.tgz

From project directory:

npm install /path/to/component-blueprint-1.0.7.tgz

FAQs

Package last updated on 07 Oct 2016

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