Skip to content

Installation

Install Matarito-vue.

Default installation

Run one of the following commands to add Matarito-vue to your project:

node
npm install matarito-vue

Peer dependencies

Please note that Vue 3 is a peer dependency:

json
"peerDependencies": {
  "vue": "^3.3.11"
}