JSPM

vue-cli-plugin-postcss-preset

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 45
  • Score
    100M100P100Q64913F
  • License MIT

Vue cli 3.x plugin for postcss preset.

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

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.