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

https://github.com/samk-dev/nuxt-3-starter

Nuxt 3 starter with some opinionated setup
https://github.com/samk-dev/nuxt-3-starter

commitlint conventional-commits dependabot eslint lint-staged nuxt3 prettier tailwindcss typescript

Last synced: 3 months ago
JSON representation

Nuxt 3 starter with some opinionated setup

Awesome Lists containing this project

README

          

# Nuxt Starter

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup for development

### Make sure to install the dependencies && adjunt .env file

this project uses `npm` as package manager && the following tools:

prettier code formatting

eslint vue && ts linting

husky git hooks

commitlint git commits linting

lint-staged run commands with git hooks

Tailwindcss

```bash
npm prepare
```

Install development dependencies

```bash
npm install
```

### Start the development server on

```bash
npm run dev
```