Skip to content

IBM/testing-vuejs-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Testing VueJs Components

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.

Prerequisites

To package and run this application with Habitat, you'll need to:

  • Install Nodejs (v10+ recommended)

  • 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
    

About

Tutorial for testing VueJs components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published