Skip to content

samk-dev/nuxt-3-starter

Repository files navigation

Nuxt Starter

Look at the Nuxt 3 documentation 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 https://prettier.io code formatting

eslint https://eslint.org vue && ts linting

husky https://typicode.github.io/husky/#/ git hooks

commitlint https://commitlint.js.org/#/ git commits linting

lint-staged https://github.com/okonet/lint-staged run commands with git hooks

Tailwindcss

npm prepare

Install development dependencies

npm install

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

npm run dev