Skip to content

Boilerplate to start a project from scratch with vuejs and testing with jest

License

Notifications You must be signed in to change notification settings

CamiloRincon/geometric-shapes

Repository files navigation

geometric-shapes

The puprpose of this Project is generate a Boilerplate to start a project with Vue and Unit Testing using Jest, covering all the basic aspects to take into account when we want to start a project from scratch. This is a WIP, for now this project is calculating basic geometric operations.

Installation

Start the project

  • Download the repo
  • In your CMD run npm install
  • To start run npm run dev will open a tab in localhost:8080

Run Linter

  • In your CMD run npm run lint
  • If you want to auto fix linter problems run npm run lint:fix

Run Tests

  • In your CMD run npm run test
  • If you want to watch the tests after every change run npm run test -- --watch
  • Coverage Reports are generated automatically under the folder /coverage npm run test -- --coverage

About

Boilerplate to start a project from scratch with vuejs and testing with jest

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published