1 Star 0 Fork 5

冰雨/vue-devtools

forked from scott/vue-devtools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
postcss.config.js 263 Bytes
一键复制 编辑 原始数据 按行查看 历史
/* eslint-disable @typescript-eslint/no-var-requires */
const path = require('path')
module.exports = {
plugins: [
require('autoprefixer'),
require('tailwindcss')(path.resolve(__dirname, './tailwind.config.js')),
require('postcss-nested'),
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sunyg16/vue-devtools.git
git@gitee.com:sunyg16/vue-devtools.git
sunyg16
vue-devtools
vue-devtools
main

搜索帮助