Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

onsenui

Package Overview
Dependencies
Maintainers
2
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onsenui

Onsen UI is a Custom Elements-Based HTML5 UI Framework for BuildingYour Mobile Front End.

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20K
decreased by-6.02%
Maintainers
2
Weekly downloads
 
Created
Source

Onsen UI

Onsen UI is a Custom Elements-Based HTML5 UI Framework for BuildingYour Mobile Front End.

Onsen UI makes building applications simple basing on the concept of Web Components. Applications can be build using HTML tags web developers already know. It is built on top of heroic AngularJS and performance craving Topcoat.

Monaca IDE fully supports Onsen UI plugin.

Browser Support

Onsen UI is tested with the following browsers and mobile OS.

  • Android2.3.4+
  • iOS6+
  • Google Chrome
  • Safari

Demo

Click Here to see Onsen UI in action!

What's Included

Getting Started Using Templates

See getting started page.

Getting Started Using Monaca

See the Onsen UI Getting Started Page.

How to build

  • Clone this repository

      $ git clone https://github.com/monaca/OnsenUI.git
    
  • Open the terminal from OnsenUI directory

      $ cd OnsenUI
    
  • Install dependencies using npm

      $ npm install
    
  • Install gulp (globally)

      $ [sudo] npm install -g gulp
    
  • Type gulp to start building

      gulp build
    

The files will be built and copied into build, demo/lib/onsen/, and app/lib/onsen/ folder.

Running Demo

    $ npm install

    $ [sudo] npm install -g gulp

    $ gulp serve

Developing your app

Monaca IDE makes it super easy to create Onsen UI project, but if you want to use other IDEs, we provide project templates for you in the project_tempates folder. You will see the instruction on how to run the project there.

Documentation

See the current [Onsen UI docs].

Developing Onsen UI

Run gulp task to develop Onsen UI itself with livereload.

gulp serve

Access http://0.0.0.0:8000/demo/index.html and your code changes will be reloaded.

Contributing

  • Fill out the CLA here
  • Fork the repo
  • Commit your changes
  • Make a pull request to master branch.

Getting support

If anything about Onsen UI is unclear, please ask a question on Stackoverflow, and tag it "onsenui". An Onsen UI support engineer will answer it.

If you have any requests or comments regarding the development of Onsen UI, please feel free to direct them to the Twitter account (@Onsen_UI).

FAQs

Package last updated on 22 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc