Florrie 96f57477d1 Proper mobile keyboard/touch support | 5 年之前 | |
---|---|---|
src | 5 年之前 | |
.gitignore | 5 年之前 | |
.gitmodules | 5 年之前 | |
LICENSE.txt | 5 年之前 | |
README.md | 5 年之前 | |
index.html | 5 年之前 | |
package-lock.json | 5 年之前 | |
package.json | 5 年之前 | |
screenshot.png | 5 年之前 | |
style.css | 5 年之前 | |
test | 5 年之前 | |
webpack.config.js | 5 年之前 |
Run mtui in your web browser! Web-mtui uses webpack to package a modified version of mtui as JavaScript that can run in your browser.
Make sure you clone web-mtui with the --recursive
option, like so:
$ git clone --recursive web-mtui
Otherwise the mtui
repository won't be cloned into web-mtui's source tree.
Then just do npm install
and npm build
- this will make a file show up in a new dist
folder. Open up index.html in your web browser and you are good to go!