Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitebook/vitebook
Blazing fast alternative to Storybook.
https://github.com/vitebook/vitebook
Last synced: 11 days ago
JSON representation
Blazing fast alternative to Storybook.
- Host: GitHub
- URL: https://github.com/vitebook/vitebook
- Owner: vitebook
- License: mit
- Archived: true
- Created: 2021-08-15T00:28:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T05:07:32.000Z (about 2 years ago)
- Last Synced: 2024-08-02T05:23:48.046Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.84 MB
- Stars: 869
- Watchers: 14
- Forks: 37
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-blazingly-fast - vitebook - 🔥 Blazing fast alternative to Storybook. Powered by Vite. (TypeScript)
README
# Vitebook
[![package-badge]][package]
**ARCHIVED**
Due to a lack of time, resources, and change in direction this repository is no longer maintained. I'm sorry for any issues that were unresolved and for not being able to help as much as I wanted too. The work that was started here is continued in another OSS project called [Vessel](https://github.com/vessel-js/vessel).
If you're still looking for a Storybook alternative that's powered by Vite, I highly recommend checking out [Histoire](https://histoire.dev/).
---
If you're unfamiliar with Storybook, it's an open source tool for building UI components and
pages in isolation. It streamlines UI development, testing, and documentation. Vitebook aims
to provide the same capabilities but in a more laxed, lighter, faster and configurable way.## Playgrounds
- [Documentation Site](https://stackblitz.com/github/vitebook/vitebook/tree/main/docs)
- [Svelte](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/svelte)
- [SvelteKit](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/svelte-kit)
- [Vue](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/vue)
- [Preact](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/preact)
- [React](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/react)
- [Tailwind](https://stackblitz.com/github/vitebook/vitebook/tree/main/examples/tailwind)## Documentation
Visit [vitebook.dev][vitebook].
## License
[MIT](./LICENSE)
Copyright (c) 2021-present, Rahim Alwer
[package]: https://www.npmjs.com/package/@vitebook/core
[package-badge]: https://img.shields.io/npm/v/@vitebook/core?style=flat-square
[storybook]: https://storybook.js.org
[webpack]: https://webpack.js.org
[vite]: https://vitejs.dev
[vite-why]: https://vitejs.dev/guide/why.html
[vitebook]: https://vitebook.dev
[vitebook-install]: https://vitebook.dev/introduction/installation.html