1.0.18 • Published 7 years ago

acc-input v1.0.18

Weekly downloads
3
License
-
Repository
-
Last release
7 years ago

#Angular components

This repo serves as set of components SPA up-and-running with Angular 1.5 and ES6 (ES2015) transpiled with Babel, using Webpack for the build process.

##These are its features:

Reusable components that can be used to build future angular applicaitons

#Getting Started

##Dependencies

Tools needed to run this app:

  • node and npm Once you have these, install the following as globals: npm install -g karma karma-cli webpack

##Installing

  • clone this repo
  • npm install to install dependencies
  • npm build to generate the UMD/CommonJS bundle
  • npm publish to commit it to Nexus 3

##Testing Run npm test Make sure that all tests are passing before publishing