Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmilogp8496/json
JSON utilities
https://github.com/kmilogp8496/json
json jsonschema nuxt3 nuxthub nuxtui nuxtui-pro vuejs
Last synced: 3 months ago
JSON representation
JSON utilities
- Host: GitHub
- URL: https://github.com/kmilogp8496/json
- Owner: kmilogp8496
- Created: 2024-10-05T13:00:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:44:01.000Z (3 months ago)
- Last Synced: 2024-10-22T10:37:19.170Z (3 months ago)
- Topics: json, jsonschema, nuxt3, nuxthub, nuxtui, nuxtui-pro, vuejs
- Language: Vue
- Homepage: https://json.kmilo.dev
- Size: 604 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.