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

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

Awesome Lists containing this project

README

        

## Vue.js 2 boilerplate with Karma, Webpack and Chrome headless

![Travis CI Build](https://travis-ci.org/fracasula/vuejs-karma-webpack.svg?branch=master)

**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).