https://github.com/maolion/weboot-example
Weboot tool example
https://github.com/maolion/weboot-example
bootstrap weboot
Last synced: over 1 year ago
JSON representation
Weboot tool example
- Host: GitHub
- URL: https://github.com/maolion/weboot-example
- Owner: maolion
- Created: 2017-11-02T19:12:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T20:05:07.000Z (over 8 years ago)
- Last Synced: 2025-01-21T20:25:23.984Z (over 1 year ago)
- Topics: bootstrap, weboot
- Language: HTML
- Homepage: https://github.com/maolion/weboot
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weboot example
Usage for [weboot](https://github.com/maolion/weboot)
## usage
1. Clone this repository to your local
```sh
$ git clone https://github.com/maolion/weboot-example.git
```
2. Install weboot
```sh
$ npm install -g weboot
# or
$ yarn global add weboot
```
3. Run weboot
```sh
$ cd weboot-example
$ weboot mount index.html output.html
# weboot mount index.html output.html -b boot.js
```