Skip to content

dj0nny/nuxt-typescript-realworld

Repository files navigation

RealWorld Example App

RealWorld Frontend

Nuxt.js-Typescript 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 Nuxt.js and Typescript including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Nuxt.js and Typescript community styleguides & best practices.

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

How it works

Describe the general architecture of your app here

Todos

  • Project setup
  • Add pages and layouts
  • Setup store and axios
  • Setup vuex store modules
  • Fetch global articles
  • Fetch tags
  • Pagination
  • Register / Login
  • Profile page
  • Settings page
  • Create / edit articles
  • Comments
  • Testing
  • Deploy

Getting started

# Clone the reposiory
git clone https://github.com/dj0nny/nuxt-typescript-realworld.git
# Cd into the folder
cd nuxt-typescript-realworld
# Install the dependencies
yarn install
# Run the development server
yarn dev

Releases

No releases published

Packages

No packages published