04 2023 档案

摘要:初始化 eslint 执行以下命令并根据提示选择仓库类型(会在项目根目录自动生成 .eslintrc.cjs 文件) npm init @eslint/config 添加 prettier(格式化代码) npm i prettier eslint-config-prettier eslint-plu 阅读全文
posted @ 2023-04-27 11:27 如戏一场 阅读(58) 评论(0) 推荐(0)
摘要:| plugin | 功能 | | -- | -- | | rollup-plugin-typescript2 | 将ts转换为js | | @rollup/plugin-node-resolve | 解析导入导出并找到对应的文件 | | @rollup/plugin-babel | 高级语法转换为 阅读全文
posted @ 2023-04-26 16:16 如戏一场 阅读(137) 评论(0) 推荐(0)
摘要:vite 官网: https://cn.vitejs.dev/guide/ 功能: 打包构建工具 esbuild 官网: https://esbuild.github.io/ 功能: 打包构建工具 webpack 官网: https://webpack.js.org/ 功能: 打包构建工具 roll 阅读全文
posted @ 2023-04-26 16:11 如戏一场 阅读(225) 评论(0) 推荐(0)