# Install

```shell
npm i @mate/theme@${version.mate.web}
```

# Import

In your application entrypoint:

```javascript
import '@mate/theme'
```

For most single page applications it is sufficient to import into main.js/main.ts or the app itself like App.vue. 