https://github.com/fracasula/vuejs-karma-webpack
Vue.js 2 boilerplate with Karma, Webpack and Chrome headless
https://github.com/fracasula/vuejs-karma-webpack
chrome-headless docker jasmine karma karma-jasmine vuejs2 webpack3
Last synced: about 2 months ago
JSON representation
Vue.js 2 boilerplate with Karma, Webpack and Chrome headless
- Host: GitHub
- URL: https://github.com/fracasula/vuejs-karma-webpack
- Owner: fracasula
- Created: 2017-10-30T11:03:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T14:05:21.000Z (over 7 years ago)
- Last Synced: 2025-01-25T19:11:15.365Z (3 months ago)
- Topics: chrome-headless, docker, jasmine, karma, karma-jasmine, vuejs2, webpack3
- Language: JavaScript
- Homepage:
- Size: 665 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vue.js 2 boilerplate with Karma, Webpack and Chrome headless

**Usage**
* `make dbuild` (build the Docker image on top of `node:slim`)
* `make install` (runs an `npm install` while mounting the container volume to get all installed files on the host)
* `make wbuild` (creates the webpack build)
* `make lint` (uses `eslint` for code validation)
* `make test` (runs the tests using Karma, Jasmine and Chrome headless)For other useful commands check the [Makefile](Makefile).