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 dev
bash
yarn docs:dev
- Build for production:
bash
yarn build
bash
yarn build:docs