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
- Host: GitHub
- URL: https://github.com/johannschopplich/nuxt3-starter
- Owner: johannschopplich
- Archived: true
- Created: 2022-02-28T16:52:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T10:48:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T22:57:50.791Z (8 months ago)
- Topics: nuxt3, nuxt3-starter, nuxt3-template
- Language: Vue
- Homepage:
- Size: 1.29 MB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).