migueabellan / vue-tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue JS Unit Tests

Build Status

This project contains a unit test for a simple to do list component. The project was set up using vue-cli and the tests are made with Mocha framework and run using Karma.

When the app is running, you can navigate to localhost:8080/#/to-do to find the page for the to do list.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

About


Languages

Language:JavaScript 90.7%Language:Vue 8.5%Language:HTML 0.8%