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.
Describe the general architecture of your app here
- 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
# 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