Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
The best place to start with Onsen UI is our [Getting Started](http://onsen.io/guide/getting_started.html) page.
The best place to start with Onsen UI is our Getting Started page.
Built on top of AngularJS and Topcoat, Onsen UI is open source, free and open for all. Onsen UI is designed and implemented to deliver unprecedented user experience for your apps. Applications can be built using HTML tags web developers already know and love. We love AngularJS and all the power it brings. But we've also added support for JQuery so developers less familiar with AngularJS can take advantage of Onsen UI, too.
Onsen UI also includes Onsen CSS Components, a free resource of UI templates with "theme roller" functionality. Developers can pick and choose, grab the code they need, and they're off and running. And they can create their own templates and submit to Onsen UI to be included with other templates available.
Our Monaca IDE fully supports Onsen UI plugin.
Onsen UI is tested with the following browsers and mobile OS.
Click here to see Onsen UI in action!
See the Onsen UI Getting Started page.
See the Onsen UI Getting Started Page and scroll down to the Using Onsen UI with Monaca section.
$ git clone https://github.com/monaca/OnsenUI.git
$ cd OnsenUI
$ npm install
$ [sudo] npm install -g gulp
$ gulp build
The files will be built and copied into build, demo/lib/onsen/, and app/lib/onsen/ folder.
$ npm install
$ [sudo] npm install -g gulp
$ gulp serve
Our 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_templates
folder. You will see the instruction on how to run the project there.
See the current Onsen UI docs.
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.
We will happily accept contributions to Onsen UI. It can be both fixes for bugs or typos or even new features that extend Onsen UI.
The basic workflow when making contributions is the following:
After you've made a pull request we will review it. If everything is fine and we like the change the contribution will be pulled into the main Onsen UI repository. In the case where there are some issues with the code or we disagree with how it's been implemented we will describe the issues in the comments so they can be corrected.
There are some things to keep in mind when making code contributions to Onsen UI. The code must adhere to the general code style used.
Here is a list of some rules that should be followed:
var x = 1+1
is incorrect, it should be written as: var x = 1 + 1
.if
, while
, for
, etc. should be separated from the paranthesis with a space.If anything about Onsen UI is unclear, please ask a question on Stackoverflow, and tag it "onsen-ui". 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
HTML5 Mobile Framework & UI Components
The npm package onsenui receives a total of 17,409 weekly downloads. As such, onsenui popularity was classified as popular.
We found that onsenui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.