Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samithseu/nuxt-with-api

Learning more about Nuxt.JS also created two endpoints.
https://github.com/samithseu/nuxt-with-api

nuxtjs3 project vuejs3

Last synced: 5 days ago
JSON representation

Learning more about Nuxt.JS also created two endpoints.

Awesome Lists containing this project

README

        

# Nuxt with API

This project created with [Nuxt 3](https://nuxt.com) to explore more about Vue.JS technology. I also created two `GET` APIs for sharing data with frontend and other use.

## Two `GET` APIs

- Todos:
- Blogs:

## Using

```bash
# install dependencies
npm install
# run dev server
npm run dev
# build for prod
npm run build
```