use react, typescript and vite build web site
⭐ JS框架 react
✨ 类型检查 typesctipt
📦 打包工具 vite
🎨 UI框架 antd
💫 状态管理 redux-model
🍬 数据模拟 mockjs
# install dependencies
yarn install
# serve with hot reload at localhost:3000
yarn dev
# build for production with minification
yarn build
#build electron exe before exec yarn build
npm run dist:win