1.0.2 • Published 6 years ago

vue-cli-plugin-postcss-preset v1.0.2

Weekly downloads
266
License
MIT
Repository
github
Last release
6 years ago

babel-cli-plugin-postcss-preset

npm (tag) npm.io

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.