Installation
Install vue-material-3 from npm:
bash
npm install vue-material-3The package targets Vue 3 applications.
Peer Runtime
Make sure your application has Vue 3 installed:
bash
npm install vueLocal Development
For this repository, install dependencies and start the documentation site:
bash
npm install
npm run docs:devStorybook remains available for interactive component examples:
bash
npm run storybook