UmiJS
Documentation
Quickstart
Installation
npx --yes create-umi@latest
Configuration
Use the default SPA configuration. The experimental SSR and MPA configurations are not supported by default.
Deployment
Build
npm run build
Preview
npx --yes serve@latest dist
Deploy
npx --yes bunny-launcher@latest --interactive