Skip to content

Nkzn/react-onsenui-kitchensink-cordova

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onsen UI React Components Kitchensink

This app shows off some of the components in Onsen UI for React.

Please check out this repo for more info.

To test the demo, please visit this link.

You can also clone this repo and take a look at the code. Use the following commands to run it:

git clone git@github.com:OnsenUI/react-onsenui-kitchensink.git
cd react-onsenui-kitchensink
npm install
npm run dev

This will bundle all the files and open a web server at http://localhost:8080.

If you need run this repo as cordova app, use the following commands:

cordova platform add android
cordova platform add ios
cordova requirements # you should have Android SDK or iOS SDK
npm run dev:android
npm run dev:ios

This will bundle all the files and deploy a cordova app into devices or emulators/simulators.

About

Kitchen Sink Example for Onsen UI 2.0 React extension (Cordova friendly version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 98.4%
  • JavaScript 1.5%
  • HTML 0.1%