安装依赖
npm i
运行项目
npm start
打包构建
npm run build
|-src
|-redux
|-store
|-modules 各reducer模块数据
|-按页面名命名文件夹eg:loginSlice
|-index.ts 放slice里的reducer
|-type.ts 放类型
|-跨页面的使用按功能性分文件夹eg:permissionSlice、userInfoSlice
|-index.ts
|-type.ts
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package