From 30bb1ba5758fb5aa3400a8a9f47473cd8bd0ca0f Mon Sep 17 00:00:00 2001 From: mutoe Date: Mon, 5 Apr 2021 13:56:28 +0800 Subject: [PATCH] docs: update demo link --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc54e0c..00ae551 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ > ### [Vue3](https://v3.vuejs.org/) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API. - -### [Demo](https://mutoe.github.io/vue3-realworld-example-app) [RealWorld](https://github.com/gothinkster/realworld) +- [Demo (master branch)](https://vue3-realworld-example-app-mutoe.vercel.app) +- [Demo (script-setup branch)](https://vue3-realworld-example-app-setup.vercel.app) +- [RealWorld](https://github.com/gothinkster/realworld) This codebase was created to demonstrate a fully fledged fullstack application built with **Vue3** including CRUD operations, authentication, routing, pagination, and more.