babel-cli-plugin-postcss-preset
Vue CLI 3.x plugin for Postcss preset.
Install
First you need to install @vue/cli
globally.
Then create a project add add the postcss preset plugin:
vue create hello-world
cd hello-world
vue add postcss-preset
You'll be asked some questions regarding how the PostCss preset configured in your project. After that, you're good to go.