Leave work on time!
Now beta version.
This tool is not stable.
Pre Install
Dependencies
- node
- install node from node.js site
- must set node to
PATH
for using on windows
- add
C:\Program Files\nodejs
to PATH
- add
C:\Users\proin\AppData\Roaming\npm
to PATH
- git
- install git from git site
- must set git to
PATH
for using on windows
- add
C:\Program Files (x86)\Git\bin
to PATH
- node_modules
Trouble Shooting
If Permission Denied
sudo chown -R $USER /usr/local/
Getting Started
Easy Start: LWOT
npm install -g lwot
lwot create myApp
cd myApp
lwot install express
lwot install cordova
lwot install electron
lwot bower install bootstrap
lwot npm express install async
lwot build express
lwot express run
Build & Watch
lwot build
lwot build express
lwot watch
lwot watch express
Platform Functions
lwot [platform] [function]
lwot express run
Contribution Guide
Commit Tag List
[add]
[rm]
[mod]
[fix]