xinbo97 / test-ele

测试项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

说明介绍

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

About

测试项目

License:MIT License


Languages

Language:TypeScript 85.9%Language:JavaScript 11.6%Language:Less 2.0%Language:EJS 0.5%