/test-ele

测试项目

Primary LanguageTypeScriptMIT LicenseMIT

说明介绍

安装依赖
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

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package

License

MIT © Electron React Boilerplate