0.15.0 • Published 1 month ago

@storylite/vite-plugin v0.15.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

@storylite/vite-plugin

A Vite plugin to integrate StoryLite with Vite.

Installation

npm i -D @storylite/vite-plugin

Usage

// vite.config.ts

/// <reference types="vite/client" />

import storylite from '@storylite/vite-plugin'
import { defineConfig } from 'vite'

export default defineConfig({
  plugins: [
    storylite({
      stories: 'stories/**/*.stories.tsx', // should be relative to process.cwd()
    }),
  ],
})
0.15.0

1 month ago

0.14.0

6 months ago

0.13.0

7 months ago

0.12.1

8 months ago

0.12.0

8 months ago

0.11.1

8 months ago

0.11.0

8 months ago

0.10.2

8 months ago

0.10.1

8 months ago

0.10.0

8 months ago

0.9.0

8 months ago

0.8.0

8 months ago

0.7.1

8 months ago

0.6.0

9 months ago

0.5.1

9 months ago

0.5.0

9 months ago

0.4.0

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago