Go to file
mutoe 60fd361870
docs: archive ref-sugar
2023-04-03 13:34:51 +08:00
.github chore: using vue-tsc for typecheck 2021-04-24 17:51:11 +08:00
cypress refactor: migrate to cypress component test 2021-08-17 21:21:46 +08:00
public chore: initial 2020-09-27 22:58:53 +08:00
src fix: replace $raw() -> $$() and $computed let declare 2021-12-10 20:13:15 +08:00
.editorconfig refactor: organize the import format 2021-02-27 18:02:25 +08:00
.env feat: add vue router implement homepage 2020-10-01 13:36:11 +08:00
.eslintrc refactor: migrate to cypress component test 2021-08-17 21:21:46 +08:00
.gitignore chore: upgrade dependencies 2021-02-24 00:42:56 +08:00
FRONTEND_INSTRUCTIONS.md docs: add realworld readme 2020-09-27 23:52:23 +08:00
LICENSE Create LICENSE 2021-04-22 22:30:49 +08:00
README.md docs: archive ref-sugar 2023-04-03 13:34:51 +08:00
cypress.json refactor: migrate to cypress component test 2021-08-17 21:21:46 +08:00
cypress.prod.json chore: increment e2e test timeout 2021-08-15 19:11:48 +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: fix dependencies breaking change 2021-12-10 20:09:49 +08:00
tsconfig.json refactor: migrate to cypress component test 2021-08-17 21:21:46 +08:00
vite.config.js refactor: change vue-unit-test to testing-library 2021-08-15 18:42:35 +08:00
yarn.lock chore: fix dependencies breaking change 2021-12-10 20:09:49 +08:00

README.md

RealWorld Example App


ARCHIVED

The ref-sugar already dropped so the branch has been deprecated and is no longer in use.


Codecov branch Codecov 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 script-setup 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!