Skip to content

A collection of useful Angular 1.x components with tests

Notifications You must be signed in to change notification settings

webnailed/angularTitBits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful angular 1.x components tested using karma, webpack, gulp, es6 and babel

1. Install gulp globally:

If you have previously installed a version of gulp globally, please run npm rm --global gulp to make sure your old version doesn't collide with gulp-cli.

$ npm install --global gulp-cli

2. Install webpack globally:

If you have previously installed a version of webpack globally, please run npm rm --global webpack to make sure your old version doesn't collide with webpack.

$ npm install --global webpack

3. Install karma client globally:

If you have previously installed a version of karma-cli globally, please run npm rm --global karma-cli to make sure your old version doesn't collide with karma-cli.

$ npm install --global karma-cli

4. Install npm packages:

$ npm init

5. Run webpack to generate bundled javascript files:

$ webpack

6. Run full suite of unit tests:

If you need to run the unit tests for all the sample angular components then you can do this via gulp as follows.

$ gulp test-unit

About

A collection of useful Angular 1.x components with tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published