Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 978 Bytes

README.md

File metadata and controls

62 lines (39 loc) · 978 Bytes

Nuxt 3 + Histoire + Nuxt Tailwind

Site deploy: https://nuxt-histoire-site.netlify.app/ Histoire deploy: https://nuxt-histoire.netlify.app/

Look at the nuxt 3 documentation to learn more.

Look at the histoire documentation to learn more.

Look at the nuxt tailwind documentation to learn more.

Setup

Make sure to install the dependencies:

yarn install

Development Server

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

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Histoire Development Server

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

yarn story:dev

Histoire Production

Build Histoire application for production:

yarn story:build

Locally preview production build:

yarn story:preview