component-blueprint
v1.0.8
Published
Component Blueprint
Readme
component-blueprint
Install and Setup
Install TypeScript globally.
npm i -g [email protected]Clone the repository and install dependencies.
git clone https://github.com/schabluk/component-blueprint.git
cd component-blueprint
npm link typescript
npm installRunning and building
To start in development mode with HRM:
npm run startTo create bundle.js with index.html in dist/ folder:
npm run buildTo release for publication in NPM:
npm run releaseTo release minified production bundle:
npm run relminiTo release and install locally:
npm pack
> component-blueprint-1.0.7.tgzFrom project directory:
npm install /path/to/component-blueprint-1.0.7.tgz