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

https://github.com/casoon/nuxt3-windi-starter


https://github.com/casoon/nuxt3-windi-starter

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Nuxt 3 Minimal Starter with Pinia and WindiCSS

Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.

## Setup

Make sure to install the dependencies:

```bash
yarn install
```

## Development Server

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

```bash
yarn run dev
```

## Production

Build the application for production:

```bash
yarn run build
```

Locally preview production build:

```bash
yarn run preview
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.