Skip to content
dive into Vue ecosystem
Main Navigation
首页
指南
组件
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
postcss 集成
#
安装 postcss
#
bash
pnpm i postcss autoprefixer -D
配置 postcss.config.js
#
js
module.exports
=
{
plugin
:
{
autoprefixer
:
{},
},
}