Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-pop/real-world-nuxt-3
https://github.com/code-pop/real-world-nuxt-3
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/real-world-nuxt-3
- Owner: Code-Pop
- Created: 2023-12-08T19:45:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T15:48:20.000Z (7 months ago)
- Last Synced: 2024-11-30T21:08:01.065Z (about 1 month ago)
- Language: Vue
- Size: 257 KB
- Stars: 12
- Watchers: 5
- Forks: 22
- 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
```