2app 中文文档教程
2app
使用 Electron 将 Web 项目转换为适用于 MacOSX、Linux 和 Windows 的本机桌面应用程序。
Installation
npm install 2app -g
Usage
2app [Command]
可用命令:
create
pack [src path]
示例用法:
- Create a template file in your current directory:
2app create
- Pack a finished project into native app:
2app pack ./myProject
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
TODO:写历史
Credits
TODO:写信
License
用该项目在 MIT 许可下可用。 有关详细信息,请参阅许可证。
2app
Convert web projects into native desktop apps for MacOSX, Linux and Windows useing Electron.
Installation
npm install 2app -g
Usage
2app [Command]
Available Commands:
create
pack [src path]
Example Usage:
- Create a template file in your current directory:
2app create
- Pack a finished project into native app:
2app pack ./myProject
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
TODO: Write history
Credits
TODO: Write credits
License
This project is available under the MIT license. See LICENSE for details.