Skip to content

Webpack, Ahhhhhhh .... Take Easy

License

MIT, CC0-1.0 licenses found

Licenses found

MIT
LICENSE
CC0-1.0
LICENSE.md
Notifications You must be signed in to change notification settings

onvno/easy-pack

Repository files navigation

EasyPack

欢迎使用EasyPack快速构建工程!EasyPack专注于项目构建,实现:

  • 可视化构建
  • 减少重复工作
  • 所见即所得,无冗余配置
  • 输出暴露配置文件,方便自定义及优化

说明

  • 为展示效果,动图省去了npm installnpm run start项目启动步骤

  • 目前测试均在mac上执行,如Window下有问题,可随时提issue跟进解决

  • 支持webpack3 & 4,目前暂未对webpack做过多优化,后续根据需求添加

Start

$ npm install
$ npm install -g electron-packager

Dev

$ cd easy-pack
$ npm run start

Build

输出到delease目录

$ cd easy-pack

# mac - 输出dmg
$ npm run mac

# window
$ npm run win

讨论群