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

https://github.com/onmax/nuxt-onmax-template-old


https://github.com/onmax/nuxt-onmax-template-old

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Nuxt Onmax Template

A template I use for my personal projects.

## Features

- Nuxt 3 + NuxtHub
- # Eslint + UnoCSS + VueUse
- Eslint + UnoCSS + VueUse + Radix
- Auth with `better-auth` using this [template](https://github.com/atinux/nuxthub-better-auth/blob/main/package.json)
- Ready to add a database, blob and KV storage
- One click deploy on 275+ locations for free

## Setup

Make sure to install the dependencies with [pnpm](https://pnpm.io/installation#using-corepack):

```bash
pnpm install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
pnpm dev
```

## Production

Build the application for production:

```bash
pnpm build
```

## Deploy

Deploy the application on the Edge with [NuxtHub](https://hub.nuxt.com) on your Cloudflare account:

```bash
npx nuxthub deploy
```

Then checkout your server logs, analaytics and more in the [NuxtHub Admin](https://admin.hub.nuxt.com).

You can also deploy using [Cloudflare Pages CI](https://hub.nuxt.com/docs/getting-started/deploy#cloudflare-pages-ci).