An open API service indexing awesome lists of open source software.

https://github.com/megos/electron-onsenui-react-template

Electron x Onsen UI 2.0 x React Template
https://github.com/megos/electron-onsenui-react-template

electron onsen-ui react-template

Last synced: 2 months ago
JSON representation

Electron x Onsen UI 2.0 x React Template

Awesome Lists containing this project

README

        

# Electron Onsen UI React Template
Template to use Onsen UI 2.0 (with React) in Electron

## Requirement
- Electron
- Webpack

## Usage
- ``` webpack && electron .```

## Install

- Mac or Linux(Unix)
```
$ npm install
```

- Windows
```
\> npm install
\> rm renderer/lib-css # delete symlink
\> cp -R node_modules/onsenui/css renderer/lib-css
```

## License
- [MIT](LICENSE)