https://github.com/kmilogp8496/json
JSON utilities
https://github.com/kmilogp8496/json
json jsonschema nuxt3 nuxthub nuxtui nuxtui-pro vuejs
Last synced: about 2 months ago
JSON representation
JSON utilities
- Host: GitHub
- URL: https://github.com/kmilogp8496/json
- Owner: kmilogp8496
- Created: 2024-10-05T13:00:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T14:14:58.000Z (8 months ago)
- Last Synced: 2025-05-05T21:12:06.496Z (about 2 months ago)
- Topics: json, jsonschema, nuxt3, nuxthub, nuxtui, nuxtui-pro, vuejs
- Language: Vue
- Homepage: https://json.kmilo.dev
- Size: 448 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
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.