https://github.com/onmax/nuxt-onmax-template-old
https://github.com/onmax/nuxt-onmax-template-old
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/onmax/nuxt-onmax-template-old
- Owner: onmax
- Created: 2025-01-25T09:21:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T10:18:24.000Z (over 1 year ago)
- Last Synced: 2025-04-01T15:05:17.912Z (about 1 year ago)
- Language: TypeScript
- Size: 320 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).