Skip to content

CJDevStudios/bumbleuix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

793 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BumbleUIX

BumbleUIX is the theming package for BumbleVue and related projects.

Setup

Important

This project requires pnpm 9.6.0 or later. Please ensure the correct version is installed before proceeding.

  1. Initialize Git Submodules On a fresh clone, submodules must be initialized before running any setup commands:

    git submodule update --init --recursive
  2. Link Dependencies
    Run the following command to link dependencies:

    pnpm run link

    If any issues occur, it may be necessary to manually run the following command for each package inside the packages folder:

    cd packages/forms && pnpm run dev:link
    cd packages/themes && pnpm run dev:link

    In some cases, permission issues might require using sudo. For example:

    cd packages/themes && sudo pnpm run dev:link

Note

This linking process only needs to be performed once.

  1. Setup the Project
    Run the following command to bootstrap the workspace:

    pnpm run setup
  2. Start Development Server

    pnpm run vue:dev

Submodules

This project includes BumbleVue as a submodules. To update this submodule, run the following command:

git submodule update --init --remote --merge

All set! Happy coding! 🚀

About

BunbleUIX is the theming package for BumbleVue

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Sponsor this project

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.2%
  • Other 0.8%