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