mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.5 to 3.30.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/v3.30.0/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.29.5...v3.30.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 3.30.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Beekeeper Studio UI Kit - HTML Example
This example shows how to use Beekeeper Studio UI Kit components in a basic HTML application with Vite.
Getting Started
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser to the URL shown in the terminal (usually http://localhost:5173).