上一页 1 2 3 4 5 6 ··· 49 下一页
摘要: 源代码 <el-col :lg="8" :md="12" class="flex items-center justify-center flex-col bg-light-50" > <h2 class="text-3xl font-bold">欢迎回来</h2> <div class="my-5 阅读全文
posted @ 2023-04-09 21:22 LeoShi2020 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 1. 配置文件 pnpm i vite-plugin-windicss windicss -D // vite.config.js import WindiCSS from 'vite-plugin-windicss' export default { plugins: [ WindiCSS(), 阅读全文
posted @ 2023-04-09 17:43 LeoShi2020 阅读(80) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/1940615/202304/1940615-20230409144653335-1599279775.png) 阅读全文
posted @ 2023-04-09 14:47 LeoShi2020 阅读(68) 评论(0) 推荐(0) 编辑
摘要: # tailwindcss pnpm i tailwindcss postcss autoprefixer # 生成 tailwindcss 配置文件 npx tailwindcss init -p // tailwind.config.js module.exports = { ... conte 阅读全文
posted @ 2023-04-08 14:02 LeoShi2020 阅读(57) 评论(0) 推荐(0) 编辑
摘要: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p 阅读全文
posted @ 2023-04-08 13:45 LeoShi2020 阅读(54) 评论(0) 推荐(0) 编辑
摘要: ⌘+, 打开配置 阅读全文
posted @ 2023-04-08 13:09 LeoShi2020 阅读(366) 评论(0) 推荐(0) 编辑
摘要: # 创建项目 pnpm create vite vite-eslint --template vue cd vite-eslint pnpm install pnpm run dev # 安装插件 pnpm i prettier -D # 创建配置文件 echo {}> .prettierrc.js 阅读全文
posted @ 2023-04-08 12:58 LeoShi2020 阅读(54) 评论(0) 推荐(0) 编辑
摘要: ├── dist/ └── src/ ├── api/ // 接口请求目录 ├── assets/ // 静态资源目录 ├── common/ // 通用类库目录 ├── components/ // 公共组件目录 ├── router/ // 路由配置目录 ├── store/ // 状态管理目录 阅读全文
posted @ 2023-04-07 08:57 LeoShi2020 阅读(136) 评论(0) 推荐(0) 编辑
摘要: pip install SQLAlchemy 阅读全文
posted @ 2023-04-05 17:31 LeoShi2020 阅读(20) 评论(0) 推荐(0) 编辑
摘要: <div class="course-b"> <div class="outer"> <div class="inner"></div> </div> </div> .outer{ margin: 50px; width: 200px; height: 200px; background: gray 阅读全文
posted @ 2023-04-04 14:18 LeoShi2020 阅读(10) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 49 下一页