Skip to content

fecony/vue2x

Repository files navigation

vue2x-app

Vue.js todo app with vuex and cypress tests

Deployed on: chonky-cats.surge.sh/

demo.mov

Project Setup

Clone the project

git clone [email protected]:fecony/vue2x.git

Go to the project directory

cd vue2x

Note: use correct node version. Current version used v20.6.0

Install dependencies

yarn install

Compile and Hot-Reload for Development

yarn run dev

Type-Check, Compile and Minify for Production

yarn run build

Run Unit Tests with Vitest

npm run test:unit

Run Component Tests with Cypress

yarn run cy:unit

Lint with ESLint

yarn run lint