Go to file
mutoe f8e332dfa3 docs: update README 2021-02-27 00:10:43 +08:00
.github/workflows chore: optimize scripts for check and tests 2021-02-26 21:42:05 +08:00
cypress test: add post delete testcase 2020-11-15 01:21:14 +08:00
public chore: initial 2020-09-27 22:58:53 +08:00
src docs: update README 2021-02-27 00:10:43 +08:00
.env feat: add vue router implement homepage 2020-10-01 13:36:11 +08:00
.eslintrc refactor: implement script setup suger for components 2021-02-26 21:35:56 +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
README.md docs: update README 2021-02-27 00:10:43 +08:00
cypress.json chore: optimize scripts for check and tests 2021-02-26 21:42:05 +08:00
cypress.prod.json chore: optimize scripts for check and tests 2021-02-26 21:42:05 +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 docs: update README 2021-02-27 00:10:43 +08:00
tsconfig.json feat: add pagination 2020-10-06 23:00:58 +08:00
vite.config.js chore: upgrade to vite2 2021-02-24 01:15:11 +08:00
yarn.lock docs: update README 2021-02-27 00:10:43 +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.

What works?

* "Experimental" means this feature may be changed.

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.

gothinkster/vue-realworld-example-app - vue2, js
AlexBrohshtut/vue-ts-realworld-app - vue2, ts, class-component
devJang/nuxt-realworld - nuxt, ts, composition api
levchak0910/vue3-ssr-realworld-example-app - vue3, ssr