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
- Host: GitHub
- URL: https://github.com/eddyerburgh/avoriaz-karma-jasmine-example
- Owner: eddyerburgh
- Created: 2017-03-21T22:00:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T09:45:25.000Z (about 9 years ago)
- Last Synced: 2024-12-30T04:26:40.081Z (over 1 year ago)
- Topics: avoriaz, avoriaz-karma-jasmine
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).