UNPKG

vue-cli-plugin-vuestorm

Version:
17 lines (12 loc) 455 B
## 🚀 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. 🌟