0.0.11 • Published 3 years ago

@mnik01/litebook v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Lite alternative to StoryBook using Vite

CURRENTLY IN DEVELOPMENT DO NOT USE IT

Requirements:

  • To have vite for bundling your project. Because litebook don't install vite itself it reuses your node_modules.
  • To have typescript
  • To have react

Supports:

  • Vite
  • Typescript
  • tailwindcss
  • React
  • pnpm

Hot reload for stories supported. But you need to restart litebook if you create new one

Usage

  • pnpm: run pnpx @mnik01/litebook for initializing then start dev server with pnpm litebook
  • npm: run npx @mnik01/litebook for initializing then start dev server with npm run litebook

Roadmap

  • Add support for conrolls of component props
  • Move import '../src/index.css'; line from template to stdin. Ask about tailwind css from user via cli
  • Write storybook like appearence
  • Error handling
  • Support of .md and .mdx files
  • Support for Vue and Svelte
  • Resize of canvas section
0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago