https://github.com/code-pop/nuxt-api-routes
https://github.com/code-pop/nuxt-api-routes
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/nuxt-api-routes
- Owner: Code-Pop
- Created: 2024-04-23T19:43:24.000Z (almost 2 years ago)
- Default Branch: L1
- Last Pushed: 2025-01-28T21:05:03.000Z (about 1 year ago)
- Last Synced: 2025-04-24T02:14:13.410Z (9 months ago)
- Language: Vue
- Size: 409 KB
- Stars: 4
- 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
```