Overview为什么选Vite: https://cn.vite.dev/guide/why.htmlesbuild, Rollup: https://cn.vite.dev/guide/why.html#why-bundle-for-production
Quick start
1. Start a new project
pnpm init
2. installl Vite, Typescript
pnpm add vite typescript -D
3. create index.ht…