This is a clean room implementation of RealWorld in Vue 3 with the Composition API. This project uses the provided CSS and started with the provided static HTML templates, so it does not represent my coding style with regard to front end design.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint