Tutorial for testing VueJs components
This is a sample VueJS appliction created with VueCLI for the purposes of following the tutorial on testing VueJS components.
To package and run this application with Habitat, you'll need to:
-
Clone this repository:
$ git clone https://github.com/IBM/testing-vuejs-components $ cd employee-app $ npm install
-
Run the app
$ npm run build $ npm run serve $ app runs on http://localhost:8080/
-
Run the tests
$ npm run test