Giter VIP home page Giter VIP logo

ngx-launcher's Introduction

ngx-forge

Build Status Build Status npm version semantic-release

A collection of Angular services and components to work with Forge Wizard UI.

You can see how it is used in:

All components shared a common object model for the Input. ForgeService provide common REST endpoints like next, validate, execute to work with your Swarm backends, see:

Getting started:

This library does not run on it's own. It must be imported.

npm install ngx-forge

Building it

Pre-requisites

  • node 8.3.0
  • npm 5.3.0

Install the dependencies:

npm install

If you need to update the dependencies you can reinstall:

npm run reinstall

Run the tests:

npm test

Build the library:

npm run build

Library Build

Production

To build ngx-forge as a npm library, use:

npm run build   
npm run bundle-webpack
npm publish dist

Development

To build ngx-forge as an npm library and embed it into a webapp such as fabric8-ui, you should:

  1. Run npm run watch:library in this directory. This will build ngx-forge as a library and then set up a watch task to rebuild any ts, html and less files you change.
  2. In the webapp into which you are embedding, run npm link <path to ngx-forge>/dist-watch. This will create a symlink from node_modules/ngx-forge to the dist-watch directory and install that symlinked node module into your webapp.
  3. Run your webapp in development mode, making sure you have a watch on node_modules/ngx-forge enabled. To do this using a typical Angular Webpack setup, such as the one based on Angular Class, just run `npm start. You will have access to both JS sourcemaps and SASS sourcemaps if your webapp is properly setup.

Dependencies

Our dependencies (--dev included) are managed but npm-shrinkwrap. When updating versions, make sure you update both package.json and npm-shrinkwrap.json.

To generate a new shrinkwrap file:

npm install shrinkwrap
npm shrinkwrap --dev

Links:

ngx-launcher's People

Contributors

dlabrecq avatar adamj avatar edewit avatar corinnekrych avatar arunkumars08 avatar dgutride avatar invinciblejai avatar bartoszmajsak avatar jyasveer avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.