Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-cli-plugin-postcss-preset

SpringLIAO231MIT1.0.2

Vue cli 3.x plugin for postcss preset.

postcss, css, postcss-preset, postcss-preset-env, vue, vue-cli, plugin, cli

readme

babel-cli-plugin-postcss-preset

npm (tag)

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.