摘要: # tailwindcss pnpm i tailwindcss postcss autoprefixer # 生成 tailwindcss 配置文件 npx tailwindcss init -p // tailwind.config.js module.exports = { ... conte 阅读全文
posted @ 2023-04-08 14:01 LeoShi2020 阅读(61) 评论(0) 推荐(0) 编辑
摘要: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p 阅读全文
posted @ 2023-04-08 13:44 LeoShi2020 阅读(64) 评论(0) 推荐(0) 编辑
摘要: ⌘+, 打开配置 阅读全文
posted @ 2023-04-08 13:09 LeoShi2020 阅读(483) 评论(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:57 LeoShi2020 阅读(67) 评论(0) 推荐(0) 编辑