Small project for experimenting with Vue and Nuxt.
- Nuxt 3
- TailwindCSS
- VueUse
- Storybook 6
- Chromatic
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build