You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx [email protected] init -- --skip-install (kill the process if it starts Storybook Dev at the end) - note the preleases of 8.3.0 cannot be inited because the Svelte CSF addon doesn't support them in its peer deps range.
rm -rf node_modules && npm install - ensure clean slate, without .cache etc.
git add . && git commit -m "post-init 8.3.0" - checkpoint to get back to post-init for this version
du -sh node_modules ➡️ Post-init node_modules size
wc -l package-lock.json ➡️ Post-init lock-file LOC
Angular
npx -p @angular/cli ng new angular-baseline --directory angular-baseline --routing=true --minimal=true --style=css --strict --skip-git --skip-install --package-manager=npm --ssr
Steps to reproduce
Each calculation was done via the following steps:
React, Vite, TS, SWC
npm create vite --yes react-vite-baseline -- --template react-swc-ts
cd react-vite-baseline
rm -rf node_modules package-lock.json && npm install
- ensure clean slategit init && git add . && git commit -m "pre-init"
- checkpoint to get back to pre-initdu -sh node_modules
➡️ Pre-initnode_modules
sizewc -l package-lock.json
➡️ Pre-init lock-file LOCnpx [email protected] init -- --skip-install
(kill the process if it starts Storybook Dev at the end)rm -rf node_modules && npm install
- ensure clean slate, without.cache
etc.git add . && git commit -m "post-init 8.3.0-beta.4"
- checkpoint to get back to post-init for this versiondu -sh node_modules
➡️ Post-initnode_modules
sizewc -l package-lock.json
➡️ Post-init lock-file LOCReact, Webpack, TS
npm create webpack5-react react-webpack5-baseline
cd react-webpack5-baseline
rm -rf node_modules package-lock.json && npm install
- ensure clean slategit init && git add . && git commit -m "pre-init"
- checkpoint to get back to pre-initdu -sh node_modules
➡️ Pre-initnode_modules
sizewc -l package-lock.json
➡️ Pre-init lock-file LOCnpx [email protected] init -- --skip-install
(kill the process if it starts Storybook Dev at the end)rm -rf node_modules && npm install
- ensure clean slate, without.cache
etc.git add . && git commit -m "post-init 8.3.0-beta.4"
- checkpoint to get back to post-init for this versiondu -sh node_modules
➡️ Post-initnode_modules
sizewc -l package-lock.json
➡️ Post-init lock-file LOCNext.js, TS
npm create next-app nextjs-baseline -- --typescript --no-eslint --no-tailwind --no-import-alias --app --src-dir
cd nextjs-baseline
rm -rf node_modules package-lock.json && npm install
- ensure clean slatedu -sh node_modules
➡️ Pre-initnode_modules
sizewc -l package-lock.json
➡️ Pre-init lock-file LOCnpx [email protected] init -- --skip-install
(kill the process if it starts Storybook Dev at the end)rm -rf node_modules && npm install
- ensure clean slate, without.cache
etc.git add . && git commit -m "post-init 8.3.0-beta.4"
- checkpoint to get back to post-init for this versiondu -sh node_modules
➡️ Post-initnode_modules
sizewc -l package-lock.json
➡️ Post-init lock-file LOCSvelteKit, TS
npm create svelte-with-args -- --name=svelte-kit-baseline--directory=svelte-kit-baseline --template=skeleton --types=typescript --no-prettier --no-eslint --no-playwright --no-vitest --no-svelte5
cd svelte-kit-baseline
rm -rf node_modules package-lock.json && npm install
- ensure clean slatedu -sh node_modules
➡️ Pre-initnode_modules
sizewc -l package-lock.json
➡️ Pre-init lock-file LOCnpx [email protected] init -- --skip-install
(kill the process if it starts Storybook Dev at the end) - note the preleases of 8.3.0 cannot be inited because the Svelte CSF addon doesn't support them in its peer deps range.rm -rf node_modules && npm install
- ensure clean slate, without.cache
etc.git add . && git commit -m "post-init 8.3.0"
- checkpoint to get back to post-init for this versiondu -sh node_modules
➡️ Post-initnode_modules
sizewc -l package-lock.json
➡️ Post-init lock-file LOCAngular
npx -p @angular/cli ng new angular-baseline --directory angular-baseline --routing=true --minimal=true --style=css --strict --skip-git --skip-install --package-manager=npm --ssr
cd angular-baseline
rm -rf node_modules package-lock.json && npm install
- ensure clean slatedu -sh node_modules
➡️ Pre-initnode_modules
sizewc -l package-lock.json
➡️ Pre-init lock-file LOCnpx [email protected] init -- --skip-install
- Select Yes to CompoDoc - (kill the process if it starts Storybook Dev at the end)rm -rf node_modules && npm install
- ensure clean slate, without.cache
etc.git add . && git commit -m "post-init 8.3.0-beta.4"
- checkpoint to get back to post-init for this versiondu -sh node_modules
➡️ Post-initnode_modules
sizewc -l package-lock.json
➡️ Post-init lock-file LOCVue, TS, VIte
npm create vite vue-baseline -- --template vue-ts
cd vue-baseline
rm -rf node_modules package-lock.json && npm install
- ensure clean slatedu -sh node_modules
➡️ Pre-initnode_modules
sizewc -l package-lock.json
➡️ Pre-init lock-file LOCnpx [email protected] init -- --skip-install
- (kill the process if it starts Storybook Dev at the end)rm -rf node_modules && npm install
- ensure clean slate, without.cache
etc.git add . && git commit -m "post-init 8.3.0-beta.4"
- checkpoint to get back to post-init for this versiondu -sh node_modules
➡️ Post-initnode_modules
sizewc -l package-lock.json
➡️ Post-init lock-file LOCThe text was updated successfully, but these errors were encountered: