Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

DorianGrey/vue-ts-playground

Repository files navigation

vue-ts-playground

Build Status styled with prettier

Playground with vue.js and typescript. Intended to figure out goodies and pitfalls.

Originally generated by @vue/cli. Includes some extensions and adoptions to personal preferences - see vue.config.js for details.

Project setup

yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production incl. modern mode

yarn build

Lints and fixes files (scripts and styles)

yarn lint

Run your unit tests

yarn test:unit

Run your unit tests in CI mode (no cache, with coverage)

yarn test:unit:ci

Run your end-to-end tests (using cypress)

yarn test:e2e

Run your end-to-end tests in headless mode (using cypress)

yarn test:e2e:headless

Serve the production build

yarn serve:prod