Hive
Just another UI framework...
Documentation
Report bug
Table of contents
Installing
- Run the following command:
npx hive-ui-init
- Choose which Hive CSS framework you wish to use in your project:
- Choose which Hive UI framework platform you wish to use in your project:
- If you chose Web Components, select now which JavaScript framework you are using:
Monorepo Usage
Installing
# npm
npm install
# yarn
yarn
# pnpm
pnpm install
Commiting
# npm
npm run commit
# yarn
yarn commit
# pnpm
pnpm run commit
Linking Packages
# npm
npx lerna link
# yarn
yarn lerna link
# pnpm
pnpm lerna link
Development
Runs the monorepo cli in development mode.
# npm
npm start
# yarn
yarn start
# pnpm
pnpm start
Production
Runs the monorepo cli in production mode.
# npm
npm run build
# yarn
yarn build
# pnpm
pnpm run build
Playground
Runs the monorepo cli in playground mode.
# npm
npm run playground
# yarn
yarn playground
# pnpm
pnpm run playground
Website
Generates Hive website.
# npm
npm run website
# yarn
yarn website
# pnpm
pnpm run website