Skip to content

naga3/vue-test-example

Repository files navigation

vue-test-example

Vue 3 unit test examples.

Referenced in this article.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.