0.15.0 • Published 1 year ago

@storylite/vite-plugin v0.15.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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 year ago

0.14.0

2 years ago

0.13.0

2 years ago

0.12.1

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.11.0

2 years ago

0.10.2

2 years ago

0.10.1

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago