Vite製npmライブラリ開発ボイラープレート
# macOS
$ sw_vers
ProductName: macOS
ProductVersion: 14.4.1
BuildVersion: 23E224
$ node -v
23.4.0
# Windows OS
$ ver
Microsoft Windows [Version 10.0.22631.4602]
$ node -v
23.4.0
npm i
npm run dev
npm run build
# analyze
npm run analyze
# test
npm run test
# coverage
npm run coverage
# lint
npm run lint
# format
npm run format