Skip to content

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

Notifications You must be signed in to change notification settings

fracasula/vuejs-karma-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Travis CI Build

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.