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

https://github.com/archetipo95/nuxt-histoire

POC with nuxt and histoire
https://github.com/archetipo95/nuxt-histoire

histoire nuxt percy tailwindcss

Last synced: 8 months ago
JSON representation

POC with nuxt and histoire

Awesome Lists containing this project

README

          

# 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](https://v3.nuxtjs.org) to learn more.

Look at the [histoire documentation](https://histoire.dev/) to learn more.

Look at the [nuxt tailwind documentation](https://tailwindcss.nuxtjs.org/) to learn more.

## Setup

Make sure to install the dependencies:

```bash
yarn install
```

## Development Server

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

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```

Locally preview production build:

```bash
yarn preview
```

## Histoire Development Server

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

```bash
yarn story:dev
```

## Histoire Production

Build Histoire application for production:

```bash
yarn story:build
```

Locally preview production build:

```bash
yarn story:preview
```