Contributing
Development
To contribute or make adjustments:
- Clone the repository and install dependencies:
bash
git clone https://github.com/robuust/vue-components.git
cd vue-components
yarn install- Run the development server:
bash
yarn devbash
yarn docs:dev- Build for production:
bash
yarn buildbash
yarn build:docs