摘要: ##配置 ###通过 npm 安装 Tailwind 对于大多数项目(并利用 Tailwind 的自定义功能),您需要通过 npm 安装 Tailwind 及其依赖项。 npm install -D tailwindcss@latest postcss@latest autoprefixer@lat 阅读全文
posted @ 2022-11-15 13:42 ajajaz 阅读(1272) 评论(0) 推荐(0) 编辑
摘要: ##作用 unplugin-vue-components 是由 vite-plugin-components重名而来,可以将项目中的组件按需引用,仅注册你使用的组件。 //平时我们在页面使用组件 <template> <comp/> </template> <script> import { def 阅读全文
posted @ 2022-11-15 13:39 ajajaz 阅读(3147) 评论(0) 推荐(0) 编辑
摘要: #vite-plugin-pages ##使用 ###安装 首先先安装依赖。因为模版里自带了 vue-router ,所以不需要再安装。 cnpm add vite-plugin-pages vite-plugin-vue-layouts -D 在 vite.config.js 增加以下配置: im 阅读全文
posted @ 2022-11-15 13:04 ajajaz 阅读(1812) 评论(0) 推荐(0) 编辑