Skip to content

A vue3 conversion of ARC rose voucher market app

Notifications You must be signed in to change notification settings

neontribe/ARCVMarket-2025

Repository files navigation

ARCV Market

This is the 2025 rewrite of the ARCV Market app

  • upgrade from vue2 to vue3
  • upgrade all dependencies
  • retain as much original code as is practicable.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, 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 test:e2e

Lint with ESLint

yarn lint

About

A vue3 conversion of ARC rose voucher market app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published