Skip to content
/ Mob Public
forked from zenghongtu/Mob

Mob - 一个高颜值的喜马拉雅桌面客户端,支持 Mac、Win 和 Linux

License

Notifications You must be signed in to change notification settings

Onetaway/Mob

Repository files navigation

umi-electron-typescript

An example based on umijs + electron + typescript

Umi Webpack TypeScript Electron

访问中文版

Features

  • Support hot reload for main process and renderer process
  • Support typescript

Install

First, clone the repo via git:

  git clone git@github.com:wangtianlun/umi-electron-typescript.git

And then install the dependencies with yarn

  $ yarn

Starting Development

First, start the renderer process (default port 8000)

  $ yarn start:renderer

And then start the main process

  $ yarn start:main

Packaging

  $ npm run pack

If you want to package into dmg(on mac) or zip, you can follow below

  $ npm run dist

screenshot

umi-electron-typescript-image

About

Mob - 一个高颜值的喜马拉雅桌面客户端,支持 Mac、Win 和 Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.9%
  • CSS 7.8%
  • JavaScript 2.0%
  • HTML 0.3%