文件名称:KarmaDemo:angular 项目中业力测试的演示
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-15 23:30:02
JavaScript
##A demo for karma test in angular project## ###Usage### 确保你已经在你的电脑上安装了Bower和 nodejs。 ###Step 1. Clone repository from Github git clone https://github.com/wonsikin/KarmaDemo.git ###Step 2. Jump into folder cd KarmaDemo ###Step 3. Install Dependencies bower install sudo npm install ###Step 4. Run a localhost server by using nodejs's package anywhere anywhere
【文件预览】:
KarmaDemo-master
----.gitignore(29B)
----app.js(2KB)
----package.json(395B)
----.bowerrc(30B)
----module()
--------contact.html(492B)
--------home.html(343B)
--------add.html(629B)
--------list.html(579B)
----README.md(480B)
----style.css(3KB)
----my.conf.js(2KB)
----index.html(2KB)
----app.services.js(2KB)
----bower.json(506B)
----test()
--------testSpec.js(191B)
--------servicesSpec.js(1KB)