Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanakaworld/angularjstesttemplate
AngularJS + Karma + Jasmine のテストテンプレートを作成する
https://github.com/tanakaworld/angularjstesttemplate
Last synced: 8 days ago
JSON representation
AngularJS + Karma + Jasmine のテストテンプレートを作成する
- Host: GitHub
- URL: https://github.com/tanakaworld/angularjstesttemplate
- Owner: tanakaworld
- Created: 2013-11-12T14:12:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T23:58:16.000Z (almost 11 years ago)
- Last Synced: 2023-08-04T16:13:12.127Z (over 1 year ago)
- Size: 715 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### npm upgrade
+ `npm cache clean -f`
+ `npm install -g n`
+ `n stable`
+ `n` 0.10.21
+ `npm install v0.10.21`
+ `nvm use v0.10.21` を .bash_profileに追加
+ `npm update -g`### Test SetUp
+ `npm init`
+ `npm install karma —-save-dev`
+ `./node_modules/.bin/karma init`
+ `npm install karma-jasmine --save-dev`