Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Free Programming Books Zh_cn | 106,081 | 16 hours ago | 29 | gpl-3.0 | ||||||
:books: 免费的计算机编程类中文书籍,欢迎投稿 | ||||||||||
Storybook | 81,172 | 26,487 | 10 hours ago | 1,044 | December 02, 2023 | 1,783 | mit | TypeScript | ||
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation. | ||||||||||
Ionic Framework | 49,855 | 19,484 | 891 | 11 hours ago | 420 | May 06, 2020 | 414 | mit | TypeScript | |
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript. | ||||||||||
Prettier | 47,378 | 184,190 | 258,331 | 10 hours ago | 147 | December 01, 2023 | 1,298 | mit | JavaScript | |
Prettier is an opinionated code formatter. | ||||||||||
30 Days Of Javascript | 39,282 | 13 days ago | 1 | January 19, 2022 | 324 | JavaScript | ||||
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw | ||||||||||
Sheetjs | 33,942 | 4,379 | 4,357 | 2 days ago | 171 | March 24, 2022 | 132 | apache-2.0 | JavaScript | |
📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs | ||||||||||
Nativescript | 23,242 | 2,619 | 1,114 | 4 days ago | 1,908 | September 28, 2021 | 894 | mit | TypeScript | |
⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java). Use what you love ❤️ Angular, Capacitor, Ionic, React, Solid, Svelte, Vue with: SwiftUI, Jetpack Compose, Flutter and you name it compatible. | ||||||||||
Wails | 19,532 | 57 | 2 days ago | 246 | September 06, 2023 | 212 | mit | Go | ||
Create beautiful applications using Go | ||||||||||
Javascript Interview Questions | 18,757 | 17 days ago | 2 | JavaScript | ||||||
List of 1000 JavaScript Interview Questions | ||||||||||
Handsontable | 18,502 | 362 | 240 | 14 hours ago | 402 | December 04, 2023 | 447 | other | JavaScript | |
JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡ |
Onsen UI is an open source framework that makes it easy to create native-feeling Progressive Web Apps (PWAs) and hybrid apps.
The core library is written in pure Javascript (on top of Web Components) and is framework agnostic, which means you can use it with your favorite framework and its tools. We provide some extra binding packages to make it easy to use Onsen UI's API with many popular frameworks:
React |
Angular 2+ |
Vue |
AngularJS 1.x |
Some other frameworks are supported by community packages (not tested or implemented by the core team): Aurelia, EmberJS.
Both flat (iOS) and Material (Android) designs are included. The components are optionally auto-styled based on the platform, which makes it possible to support both iOS and Android with the same source code.
We have several resources to help you get started creating hybrid apps and PWAs with Onsen UI:
We have a distribution repository with changelog. Onsen UI is also available in npm and jspm. Example:
npm install onsenui
This downloads the core Onsen UI library. To install bindings, you can install react-onsenui
, vue-onsenui
, ngx-onsenui
or angularjs-onsenui
.
You can also take the necessary files from a CDN. Some of the options are unpkg, jsDelivr and cdnjs.
Optionally, you can download the latest development build here. Be careful, usually everything there is already tested but it might be unstable sometimes.
There are lots of sample applications written using Onsen UI. Here are some examples with source code and tutorials to give you an idea of what kind of apps you can create.
Because sometimes a UI framework may not be enough to make hybrid app development easy, Onsen UI comes with a complete ecosystem of well integrated tools. Meet Monaca.
Developed by the Onsen UI team, Monaca is a toolkit that makes hybrid mobile app development with PhoneGap / Cordova simple and easy: Onsen UI Cordova templates, debugging suite, push notifications, remote build, back-end solutions, encryption, version control, continuous integration and more. Furthermore, it provides multiple development environments with everything already configured and ready to go:
Cloud IDE - Command Line Interface - Localkit GUI
Example with CLI:
$ [sudo] npm -g install monaca
$ monaca create helloworld # And choose the starter template
$ monaca preview # Preview on the browser
$ monaca debug # Preview on a real device
$ monaca remote build --browser # Production build on the cloud
See the Onsen UI Getting Started Page for more information.
Onsen UI is tested to work with the following browsers and mobile OS.
We welcome your contribution, no matter how big or small! Please have a look at the contribution guide for details about project structure, development environment, test suite, code style, etc. All the version updates are mentioned in the changelog.