Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/archetipo95/aov-2022-nuxt

Advent of Vue 2022 but with Nuxt 3
https://github.com/archetipo95/aov-2022-nuxt

adventofvue aov nuxt nuxtjs storybook tailwindcss vue vuejs

Last synced: about 21 hours ago
JSON representation

Advent of Vue 2022 but with Nuxt 3

Awesome Lists containing this project

README

        

# Advent of Vue 2022 but with Nuxt

Small project for experimenting with Vue and Nuxt.

- Site: https://aov-2022-nuxt.netlify.app
- Storybook: https://aov-2022-nuxt-storybook.netlify.app

## Features

1) Nuxt 3
2) TailwindCSS
3) VueUse
4) Storybook 6
5) Chromatic

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install
```

## Development Server

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

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```