krapnikkk / wechaty-electron

wechaty,electron,react,ant,typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wechaty-electron

Powered by Wechaty Wechaty开源激励计划

以微信机器人的形式,关注并推送甩甩尾巴闲置物品的图文信息服务~

Installation

Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies

npm install
yarn install

Fixed Failed

启动过程中出现该Failed的解决方法,需要python和Visual Studio Build Tools环境【国内环境有点慢】

参考文章

Error: Failed to load gRPC binary module because it was not installed for the current system
.\node_modules\.bin\electron-rebuild.cmd

Usage

In order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron, or dev to run them in order automatically

npm run dev:react
npm run dev:electron

or

npm run dev

Packaging

To generate a project package run package

npm run package || npm run pack

Contributing

Pull requests are always welcome 😃.

License

MIT

About

wechaty,electron,react,ant,typescript


Languages

Language:TypeScript 69.7%Language:JavaScript 28.9%Language:CSS 0.8%Language:HTML 0.6%