Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/AlexSwtlsk/nuxt4-custom

⚡️ Minimal Nuxt4 template with Tailwindcss, HeroIcons, Vite & Vitest and some custom ESLint rules
https://github.com/AlexSwtlsk/nuxt4-custom

ci eslint github-actions heroicons nuxt nuxt3 nuxt3-starter nuxt4 nuxt4-starter nuxtjs tailwindcss template vite vitest vue

Last synced: 17 days ago
JSON representation

⚡️ Minimal Nuxt4 template with Tailwindcss, HeroIcons, Vite & Vitest and some custom ESLint rules

Awesome Lists containing this project

README

        

# Nuxt 3 Minimal Starter

We recommend to look at the [documentation](https://v3.nuxtjs.org).

## Setup

Make sure to install the dependencies

```bash
yarn install
```

## Development

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

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).

## Docker

```bash
docker build . -t nuxt-app
docker run -p 8080:3000 -d nuxt-app
```