Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddyerburgh/vue-test-utils-karma-example
https://github.com/eddyerburgh/vue-test-utils-karma-example
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eddyerburgh/vue-test-utils-karma-example
- Owner: eddyerburgh
- Created: 2018-01-20T21:04:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T06:15:03.000Z (over 6 years ago)
- Last Synced: 2024-11-03T17:39:10.413Z (7 days ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 26
- Watchers: 2
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-test-utils-karma-example
> A Vue.js project
## 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
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).