@electron-runner/cli

This is a running tool for electron applications, including the project basic development template.

Usage no npm install needed!

<script type="module">
  import electronRunnerCli from 'https://cdn.skypack.dev/@electron-runner/cli';
</script>

README

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

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

安装

> npm i -g @electron-runner/cli

当前版本

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

使用

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

# 编译
> yarn build

社区