/vue-typescript-jest-wallaby-template

Now Wallaby has a nice auto-config.

Primary LanguageTypeScript

frontend

Project setup

Install JAVA

Install JAVA JDK

For windows OS add variable to path. Edit path

  1. Press win+r.
  2. Enter sysdm.cpl.
  3. Go to Advanced tab.
  4. Open Environment Variables.
  5. Append string C:\Program Files\Java\{current jdk version}\bin to path variable.

Install dependencies

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run all tests

yarn test

Run e2e tests

yarn test:e2e

Run unit tests and update coverage

yarn test:unit

Update components snapshot

yarn test:jest-update

Jest clear cache

yarn test:jest-clear

Lints. Get issues

yarn run lint

Customize configuration

See Configuration Reference.