Skip to content

annanaj/imp-vue

Repository files navigation

Just a Vue playground to test things

  • Vue 3
  • Vite
  • Vite Router for routing
  • Vite Dev Tools
  • Vitest for unit tests
  • Cypress for e2e testing
  • Eslint and Prettier to watch and format

Project Setup

yarn install

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build

Run Unit Tests with Vitest

yarn test:unit

Run End-to-End Tests with Cypress

yarn test:e2e:dev

This runs the end-to-end tests against the Vite development server. It is much faster than the production build.

But it's still recommended to test the production build with test:e2e before deploying (e.g. in CI environments):

yarn build
yarn run test:e2e

Lint with ESLint

yarn lint

About

vue playground

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors