Go to file
mutoe 00e9ef0f15
refactor: upgrade vue and vue-tsc
2022-06-08 22:32:59 +08:00
.github chore: setup CI node version to 16 2021-12-06 23:20:54 +08:00
cypress fix: navigation guards for login and register 2022-03-04 18:39:45 +08:00
public chore: initial 2020-09-27 22:58:53 +08:00
src refactor: upgrade vue and vue-tsc 2022-06-08 22:32:59 +08:00
.editorconfig refactor: organize the import format 2021-02-27 18:02:25 +08:00
.env chore: update API domain (#75) 2021-12-06 18:25:16 +08:00
.eslintrc refactor: upgrade vue and vue-tsc 2022-06-08 22:32:59 +08:00
.gitignore refactor: upgrade vue and vue-tsc 2022-06-08 22:32:59 +08:00
FRONTEND_INSTRUCTIONS.md chore: update domain for fixture and FRONTEND_INSTRUCTIONS 2021-12-17 20:09:45 +08:00
LICENSE Create LICENSE 2021-04-22 22:30:49 +08:00
README.md docs: update README 2021-12-10 22:35:12 +08:00
cypress.json chore: setup e2e tests 2021-02-28 13:50:56 +08:00
cypress.prod.json chore: increment e2e test timeout 2021-08-15 19:11:48 +08:00
index.html chore: udpate domain 2021-12-06 18:30:55 +08:00
logo.png docs: add realworld readme 2020-09-27 23:52:23 +08:00
package.json refactor: upgrade vue and vue-tsc 2022-06-08 22:32:59 +08:00
tsconfig.config.json refactor: upgrade vue and vue-tsc 2022-06-08 22:32:59 +08:00
tsconfig.json refactor: upgrade vue and vue-tsc 2022-06-08 22:32:59 +08:00
vite.config.ts refactor: upgrade vue and vue-tsc 2022-06-08 22:32:59 +08:00
yarn.lock refactor: upgrade vue and vue-tsc 2022-06-08 22:32:59 +08:00

README.md

RealWorld Example App

Codecov branch GitHub Workflow Status (branch) GitHub Workflow Status (branch)

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.

What works?

What works in ref-sugar branch (based on the master branch)

Why we have the second branch?

Getting started

yarn install

# Development
yarn dev

# Build dist
yarn build

# Run unit tests
yarn test:unit

# Run E2E tests
yarn cypress open # with GUI
yarn test:e2e # headless

Contributors

Made with contributors-img.

Sponsor

Thanks JetBrains for providing IDE support!