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
- Host: GitHub
- URL: https://github.com/archetipo95/nuxt-histoire
- Owner: Archetipo95
- Created: 2022-10-16T14:39:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T15:14:51.000Z (over 1 year ago)
- Last Synced: 2025-03-01T17:56:49.277Z (8 months ago)
- Topics: histoire, nuxt, percy, tailwindcss
- Language: TypeScript
- Homepage: https://nuxt-histoire-site.netlify.app/
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```