Skip to content

This is a clean room implementation of RealWorld.io in Vue 3 with the Composition API.

Notifications You must be signed in to change notification settings

MrsLong/realworld-vue-3-composition

Repository files navigation

realworld-vue-3-composition

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.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

About

This is a clean room implementation of RealWorld.io in Vue 3 with the Composition API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published