An open API service indexing awesome lists of open source software.

https://github.com/ntnyq/playground

:apple: Playground for everything.
https://github.com/ntnyq/playground

nuxt playground

Last synced: 8 months ago
JSON representation

:apple: Playground for everything.

Awesome Lists containing this project

README

          

# playground

[![CI](https://github.com/ntnyq/playground/workflows/CI/badge.svg)](https://github.com/ntnyq/playground/actions)
[![LICENSE](https://img.shields.io/github/license/ntnyq/playground.svg)](https://github.com/ntnyq/playground/blob/main/LICENSE)

> :apple: Template for start a nuxt app.

## Commands

```bash
# install dependencies
pnpm install

# start dev server
pnpm run dev

# SSR
pnpm run build

# SSG
pnpm run generate

# local preview
pnpm run preview
```

## License

[MIT](./LICENSE) License © 2024-PRESENT [ntnyq](https://github.com/ntnyq)