Releases: yuekcc/init-nodejs-project
Releases · yuekcc/init-nodejs-project
v0.7.1
05 Feb 16:55
Compare
Sorry, something went wrong.
No results found
有 --vue 开关时,会创建一个 index.html 文件
有 --vue 开关时,jsconfig.json 会有相应的变化
v0.7.0
02 Sep 15:11
Compare
Sorry, something went wrong.
No results found
增加 vue、vite 配置开关 --vue,将安装 vue3、vite4、@vitejs/plugin-vue、eslint-plugin-vue
升级 prettier 到 ^3.0.0
升级 eslint 到 ^8.48.0
升级 eslint-plugin-prettier 到 ^5.0.0
升级 "eslint-config-prettier 到 ^9.0.0
v0.6.2
06 Jun 14:39
Compare
Sorry, something went wrong.
No results found
v0.6.1
19 Nov 06:14
Compare
Sorry, something went wrong.
No results found
更新 prettier 配置,quoteProps 设置为 consistent,对象中出现标准标识符和字符串混搭时,都会使用引号;
更新 jsconfig.json 配置,增加 include *.js *.ts *vue
更新 .editorconfig 配置,.vue 文件使用 2 字符宽度的 indent_size
v0.6.0
16 Sep 16:53
Compare
Sorry, something went wrong.
No results found
增加 .npmrc
内置 pnpm public-hoist-pattern 配置,兼容 eslint/prettier
v0.5.1
07 Jun 14:37
Compare
Sorry, something went wrong.
No results found
改用 pico-args
更新 .gitignore
v0.5.0
20 Apr 13:13
Compare
Sorry, something went wrong.
No results found
[dep] gflag -> clap
命令行参数变化,不再通过 -n 设置项目名称。
新的命令参数:init-nodejs-project <NAME>,没有提供 <NAME> 时使用当前工作目录为项目名称。
v0.4.0
09 Apr 14:06
Compare
Sorry, something went wrong.
No results found
更新 .edtiorconfig 模板,[*] 改为 [*.{js,ts,css,scss,less,html}]
opt-level 设置 2 (适当优化)
更新依赖
v0.3.0
01 Mar 16:24
Compare
Sorry, something went wrong.
No results found
v0.2.4
16 Feb 14:48
Compare
Sorry, something went wrong.
No results found
更新 package.json,更新 eslint、prettier 依赖版本