Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-pop/nuxt-api-routes
https://github.com/code-pop/nuxt-api-routes
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/nuxt-api-routes
- Owner: Code-Pop
- Created: 2024-04-23T19:43:24.000Z (9 months ago)
- Default Branch: L1
- Last Pushed: 2024-05-11T23:53:56.000Z (8 months ago)
- Last Synced: 2024-11-30T21:08:00.852Z (about 1 month ago)
- Language: Vue
- Size: 267 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run this app
Install the dependencies:
```bash
npm install
```Start the dev server:
```bash
npm run dev
```Start the mock API server:
```bash
npm run mock-api
```