## 🚀 vue-cli-plugin-vuestorm
A Vue CLI plugin for easy integration with Vue 3 projects within WinterCMS.

### How to Use
Install the plugin in a Vue 3 project, ideally within the themes folder of WinterCMS.

```bash
vue add vuestorm
```

Compile the files using the usual command:

```bash
yarn build
```

The plugin will take care of the rest to adjust the files in the appropriate directories within the WinterCMS themes project. 🌟