Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samithseu/nuxt-with-api
- Owner: samithseu
- Created: 2024-12-14T22:39:02.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-26T21:58:07.000Z (13 days ago)
- Last Synced: 2024-12-26T22:27:30.545Z (13 days ago)
- Topics: nuxtjs3, project, vuejs3
- Language: Vue
- Homepage: https://jroch-nuxt.vercel.app
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```