Go to file
mutoe 44279eb948
fix: type issue of e2e tests
2022-09-23 16:01:07 +08:00
.github ci: add health check pipeline 2022-06-12 01:05:41 +08:00
.husky chore: split lint and build 2022-06-09 21:03:35 +08:00
cypress fix: type issue of e2e tests 2022-09-23 16:01:07 +08:00
public chore: initial 2020-09-27 22:58:53 +08:00
src fix: cannot update password issue 2022-09-23 16:01:07 +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.js fix: type missing issue 2022-06-12 02:50:08 +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: the second branch (ref-sugar) no longer maintained 2022-06-11 22:08:27 +08:00
cypress.config.ts refactor: component test migrate to cypress ct 2022-06-11 19:28:30 +08:00
env.d.ts fix:vscode ts2307 2022-07-14 13:13:23 +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 chore: upgrade lint rules for support cy.ts test file 2022-06-12 02:54:40 +08:00
tsconfig.app.json fix: Object.entries need ESNext lib 2022-06-11 23:07:50 +08:00
tsconfig.config.json refactor: component test migrate to cypress ct 2022-06-11 19:28:30 +08:00
tsconfig.cypress-ct.json fix: type issue of e2e tests 2022-09-23 16:01:07 +08:00
tsconfig.json refactor: component test migrate to cypress ct 2022-06-11 19:28:30 +08:00
vite.config.ts refactor: component test migrate to cypress ct 2022-06-11 19:28:30 +08:00
yarn.lock chore: upgrade dependencies 2022-06-12 02:57:13 +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?

Getting started

yarn install

# Development
yarn dev

# Build dist
yarn build

# Run unit tests
yarn test:unit
yarn test:unit:ci

# Run E2E tests
yarn test:e2e
yarn test:e2e:ci

Contributors

Made with contributors-img.

Sponsor

Thanks JetBrains for providing IDE support!