比如增加了text-6xl后,要重新npm run serve并且刷新才能生效. tailwind.config.js里直接写文件名就可以 content: ['public/index.html', './src/pages/index/index.vue','./src/components/infolist.vue'] 通配符就不行.
Contribute to sonofmagic/taro-vue3-tailwind-vscode-template development by creating an account on GitHub.
Contribute to sonofmagic/taro-vue3-tailwind-vscode-template development by creating an account on GitHub.
{ "name": "taro-vue3-tailwind-vscode-template", "version": "1.0.0", "private": true, "description": "", "templateInfo": { "name": "vue3-NutUI", "typescript": true, "css": "Sass", "framework": "Vue3" }, "scripts": { "build:weapp": "taro build --type weapp", "...
uni-app vue3 tailwindcss 模板,集成了 iconify,eslint,typescript,prettier 等等工具作为解决方案 - uni-app-vite-vue3-tailwind-vscode-template/postcss.config.ts at main · sonofmagic/uni-app-vite-vue3-tailwind-vscode-template
作者大大好,我想使用比如group-hover-class属性,参考了这个 https://github.com/sonofmagic/weapp-native-mina-tailwindcss-template/issues/3链接内的配置, export default defineConfig({ // uvtw 一定要放在 uni 后面 plugins: [ uni(), uvtw({ customAttributes: { '
uni-app-vite-vue3-tailwind-vscode-template . Contribute to sonofmagic/uni-app-vite-vue3-tailwind-vscode-template development by creating an account on GitHub.