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

https://github.com/johannschopplich/nuxt3-starter

đŸŒŦ Opinionated Nuxt 3 starter – incl. modals and more
https://github.com/johannschopplich/nuxt3-starter

nuxt3 nuxt3-starter nuxt3-template

Last synced: 8 months ago
JSON representation

đŸŒŦ Opinionated Nuxt 3 starter – incl. modals and more

Awesome Lists containing this project

README

          

# Nuxt 3 Minimal Starter

> 📖 [Read the documentation](https://nuxt.com).

## Key Features

- 🍍 State management with [Pinia](https://pinia.esm.dev)
- 📐 Prettier & ESLint
- đŸ”ĸ Pre-configured [VSCode settings](./.vscode/settings.json)
- đŸļ Native Git hooks with [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks)
- 🚓 [Conventional commits](./.github/commit-convention.md)

## Usage

### Prerequisites

1. Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
2. Install dependencies using `pnpm install`

### Development

1. Start the development server using `pnpm run dev`
2. Visit [localhost:3000](http://localhost:3000/)

> â„šī¸ Enable [Take Over Mode](https://vuejs.org/guide/typescript/overview.html#takeover-mode) in Visual Studio Code.

### Production

Build the application for production with `pnpm build`.

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment).