Home

Awesome

Gitpod Ready-to-Code

vue-ts-realworld-app

Netlify

RealWorld Example App

[Vue.js + TypeScript] 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 [Vue.JS + TypeScript] including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the [Vue.JS + TypeScript] community styleguides & best practices.

For more information on how to this works with other backends, head over to the RealWorld repo.

This code is explained in a series of articles:

Overview

Intro

This application is meant to show fully working Vue application, written in TypeScript. Application was scaffolded using vue-cli and as for now uses vue-class-component approach. Version with composition-api is WIP.

Folders' structure overview

Getting started

Clone the app:

git clone https://github.com/AlexBrohshtut/vue-ts-realworld-app

Go to app's directory:

cd vue-ts-realworld-app

Install dependencies:

yarn

And run it!

yarn serve

By default app will run on http://localhost:8080/

Vue related implementations of the Realworld app

gothinkster/vue-realworld-example-app - vue2, js
devJang/nuxt-realworld - nuxt, ts, composition api
mutoe/vue3-realworld-example-app - vue3, vite, ts, composition api