Package Exports
- vue-cli-plugin-postcss-preset
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-cli-plugin-postcss-preset) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-presetYou'll be asked some questions regarding how the PostCss preset configured in your project. After that, you're good to go.