Skip to content

ample/crds-corejs

 
 

Repository files navigation

Crossroads Core Angular Module

[ Teamcity Status](http://mp-ci.centralus.cloudapp.azure.com/viewType.html? buildTypeId=Code_Release_Core&guest=1)

This is the core angular module for the Crossroads.net site. It includes multiple dependencies used throughout the crossroads ecosystem including:

Installation

npm i crds-core --save-dev At the top of your entry file (most likely app.js) require('crds-core')

Building and Testing

The module is built with gulp using webpack for packaging.

  • Pull down the repo
  • Install dependencies npm i
  • Run tests karma start karma.conf.js
  • To run tests on a ci server, karma start karma.ci.conf.js

About

Core Javascript Module for Crossroads

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 52.3%
  • CSS 26.0%
  • HTML 21.7%