Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 2.75 KB

README.md

File metadata and controls

55 lines (33 loc) · 2.75 KB

RealWorld Example App

RealWorld Frontend standard-readme compliant code style

Background

Vue3 codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with Vue3 including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Vue3 community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

Features

Usage

git clone [email protected]:rofixro/vue3-realworld-app.git

cd vue3-realworld-app

pnpm install

pnpm dev

pnpm test

pnpm build

Related Efforts

  • vue3-realworld-example-app - Explore the charm of Vue composition API! Vite?
  • vue-ts-realworld-app - 🏆Full fledged implementation of Real World App written in Vue TypeScript.
  • vue-realworld-example-app - An exemplary real-world application built with Vue.js, Vuex, axios and different other technologies. This is a good example to discover Vue for beginners.

License

MIT