Go to file
mutoe d3b5b36c54 docs: add realworld readme 2020-09-27 23:52:23 +08:00
public chore: initial 2020-09-27 22:58:53 +08:00
src chore: initial 2020-09-27 22:58:53 +08:00
.env docs: add realworld readme 2020-09-27 23:52:23 +08:00
.gitignore chore: initial 2020-09-27 22:58:53 +08:00
FRONTEND_INSTRUCTIONS.md docs: add realworld readme 2020-09-27 23:52:23 +08:00
README.md docs: add realworld readme 2020-09-27 23:52:23 +08:00
index.html chore: initial 2020-09-27 22:58:53 +08:00
logo.png docs: add realworld readme 2020-09-27 23:52:23 +08:00
package.json chore: initial 2020-09-27 22:58:53 +08:00
yarn.lock chore: initial 2020-09-27 22:58:53 +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