An open API service indexing awesome lists of open source software.

https://github.com/eddyerburgh/avoriaz-karma-jasmine-example

Simple avoriaz example using karma and jasmine
https://github.com/eddyerburgh/avoriaz-karma-jasmine-example

avoriaz avoriaz-karma-jasmine

Last synced: 12 months ago
JSON representation

Simple avoriaz example using karma and jasmine

Awesome Lists containing this project

README

          

# avoriaz-karma-jasmine-example

> An example project using avoriaz, karma and jasmine to run tests

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run all tests
npm test
```

For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).