Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/archetipo95/aov-2022-nuxt
- Owner: Archetipo95
- Created: 2022-12-03T14:40:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T23:53:21.000Z (3 months ago)
- Last Synced: 2024-08-27T02:17:14.196Z (3 months ago)
- Topics: adventofvue, aov, nuxt, nuxtjs, storybook, tailwindcss, vue, vuejs
- Language: Vue
- Homepage: https://aov-2022-nuxt.netlify.app
- Size: 905 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```