Skip to content

Latest commit

 

History

History
191 lines (119 loc) · 4.87 KB

README.md

File metadata and controls

191 lines (119 loc) · 4.87 KB

Lobe UI

Lobe UI is an open-source UI component library for building AIGC web apps

Changelog · Report Bug · Request Feature

release releaseDate ciTest ciRelease
contributors forks stargazers issues

Table of contents

TOC

📦 Installation

This package is ESM only.

To install Lobe UI, run the following command:

pnpm i -S @lobehub/ui

🤯 Usage

Compile with NextJS

by work correct with nextjs ssr, add transpilePackages: ['@lobehub/ui'] to next.config.js. For example:

// next.config.js
const nextConfig = {
  // ...other config

  transpilePackages: ['@lobehub/ui'],
};

⌨️ Local Development

You can use Gitpod for online development:

Open in Gitpod

Or clone it for local development:

$ git clone https://github.com/lobehub/lobe-ui.git
$ cd lobe-ui
$ pnpm install
$ pnpm start

🤝 Contributing

📊 Total: 5


📝 License

Copyright © 2023 LobeHub.
This project is MIT licensed.