Go to file
mutoe f87c41a053 chore: migrate services and utils 2020-09-30 01:21:04 +08:00
.github/workflows chore: setup CI 2020-09-27 23:57:55 +08:00
cypress chore: setup cypress 2020-09-29 22:39:51 +08:00
public chore: initial 2020-09-27 22:58:53 +08:00
src chore: migrate services and utils 2020-09-30 01:21:04 +08:00
.env docs: add realworld readme 2020-09-27 23:52:23 +08:00
.gitignore chore: migrate services and utils 2020-09-30 01:21:04 +08:00
FRONTEND_INSTRUCTIONS.md docs: add realworld readme 2020-09-27 23:52:23 +08:00
README.md docs: update README 2020-09-29 00:32:55 +08:00
cypress.json chore: setup cypress 2020-09-29 22:39:51 +08:00
index.html chore: migrate services and utils 2020-09-30 01:21:04 +08:00
logo.png docs: add realworld readme 2020-09-27 23:52:23 +08:00
package.json chore: migrate services and utils 2020-09-30 01:21:04 +08:00
tsconfig.json chore: migrate services and utils 2020-09-30 01:21:04 +08:00
yarn.lock chore: migrate services and utils 2020-09-30 01:21:04 +08:00

README.md

RealWorld Example App

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

Demo RealWorld

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.

Getting started

yarn install
yarn dev
yarn build

What works?