/vue-cli-plugin-packages

yarn workspaces plugin for vue-cli

Primary LanguageJavaScript

vue-cli-plugin-packages

yarn workspaces plugin for vue-cli

Getting started

⚠️ Make sure you have vue-cli 3.x.x:

vue --version

If you don't have a project created with vue-cli 3.x yet:

vue create my-new-app

Navigate to the newly created project folder and add the cli plugin:

cd my-new-app
vue add @o3o/packages

Start your app:

npm run serve