Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waylau/nwjs-demos
Demos of NW.js (http://nwjs.io) 《NW.js 入门指南》
https://github.com/waylau/nwjs-demos
Last synced: about 2 months ago
JSON representation
Demos of NW.js (http://nwjs.io) 《NW.js 入门指南》
- Host: GitHub
- URL: https://github.com/waylau/nwjs-demos
- Owner: waylau
- License: mit
- Created: 2015-11-19T03:50:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T01:01:27.000Z (about 9 years ago)
- Last Synced: 2024-10-12T06:47:55.063Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nwjs-demos 《NW.js 入门指南》
Demos of [NW.js](http://nwjs.io/).## How to run demos
### Install nw
Make sure you had installed mw:
```sh
npm install -g nw
```### Run demo with nw
```sh
git clone https://github.com/waylau/nwjs-demos.git
cd nwjs-demos/demos/quick-start
npm start # or "nw ."
```Let's start from [SUMMARY](SUMMARY.md)!
从[目录](SUMMARY.md)开始吧!