1.2.5 • Published 3 years ago

@electron-runner/cli v1.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@electron-runner/cli npm (scoped with tag)

基于 webpackelectron-builderelectron 项目运行工具,支持自动创建项目脚手架。

安装

> npm i -g @electron-runner/cli

当前版本

当前版本支持 React & Typescript,支持命令启动开发以及编译。

使用

# 创建项目
> electron-runner create <project-name>
> cd your project
> yarn start

# 编译
> yarn build

社区