This template is a simplest solution to start up an new SPA.
Please use degit to download template
mkdir your-project-name
cd your-project-name
npx degit brandonxiang/vite-antd-mobile-starter
# or
npx degit brandonxiang/vite-antd-mobile-starter your-project-name
pnpm i
pnpm run dev
# http://localhost:3000/
# live
pnpm run build