All Projects → nstudio → Xplat

nstudio / Xplat

Licence: mit
Cross-platform (xplat) tools for Nx workspaces https://nstudio.io/xplat

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Xplat

Nativescript
NativeScript empowers you to access native platform APIs from JavaScript directly. Angular, Capacitor, Ionic, React, Svelte, Vue and you name it compatible.
Stars: ✭ 20,730 (+6810%)
Mutual labels:  cross-platform, nativescript, ionic
Nativescript Ionic Template
📱 🖥 Create Mobile First apps, Web and Native sharing the code with Angular 🎉
Stars: ✭ 65 (-78.33%)
Mutual labels:  nativescript, ionic
Ngx Formly
JSON powered / Dynamic forms for Angular
Stars: ✭ 2,109 (+603%)
Mutual labels:  nativescript, ionic
Luaviewsdk
A cross-platform framework to build native, dynamic and swift user interface - 强大轻巧灵活的客户端动态化解决方案
Stars: ✭ 3,586 (+1095.33%)
Mutual labels:  cross-platform, nativescript
Flutter Egitim Serisi
Kesali Tech Youtube kanalında yayınlanan Flutter Eğitim serisi için kaynaklar ve video linkleri.
Stars: ✭ 48 (-84%)
Mutual labels:  nativescript, ionic
Android Runtime
Android runtime for NativeScript (based on V8)
Stars: ✭ 399 (+33%)
Mutual labels:  cross-platform, nativescript
Fireloop.io
Modern Real-Time Platform by MEAN Expert
Stars: ✭ 176 (-41.33%)
Mutual labels:  nativescript, ionic
Ruui
React's cross-platform UI for Web and Native (Android, iOs)
Stars: ✭ 103 (-65.67%)
Mutual labels:  cross-platform, ionic
Capacitor
Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
Stars: ✭ 6,598 (+2099.33%)
Mutual labels:  cross-platform, ionic
Nativescript Cli
Command-line interface for building NativeScript apps
Stars: ✭ 977 (+225.67%)
Mutual labels:  cross-platform, nativescript
Mln
高性能、小巧、易上手的移动跨平台开发框架. A framework for building Mobile cross-platform apps with Lua
Stars: ✭ 1,343 (+347.67%)
Mutual labels:  cross-platform, nativescript
Nativescript Schematics
nativescript, mobile, schematics, angular
Stars: ✭ 176 (-41.33%)
Mutual labels:  cross-platform, nativescript
Flutter yyets
🎲 Flutter YYets Demo
Stars: ✭ 283 (-5.67%)
Mutual labels:  cross-platform
Iosproject
IOS综合项目,完善的框架,路由模块化设计,集成科大讯飞SDK方便iOS基本输入控件实现语音辅助输入,UI效果参照京东APP,JS与OC交互,ionic跨平台开发,MQTT 协议,即时通讯协议,视屏播放,跑马灯效果 仿美团地图定位,城市收索, 友盟分享,基础动画 增加FCUIID帮助类,引导页功能模块,照片上传 ,UIView自定义导航栏,文件下载,Masonry 案例,fmdb,数据库,sqlite,百度地图,二维码,照片上传,照片上传有进度,列表倒计时,H5和原生交互,自定义各种弹框,常见表单类型,人脸识别,列表加载图片,列表拖拽,日历操作,导航条渐变,核心动画,动画特效等等
Stars: ✭ 291 (-3%)
Mutual labels:  ionic
Cute headers
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
Stars: ✭ 3,274 (+991.33%)
Mutual labels:  cross-platform
Polodb
PoloDB is an embedded JSON-based database.
Stars: ✭ 282 (-6%)
Mutual labels:  cross-platform
Csconsoleformat
.NET C# library for advanced formatting of console output [Apache]
Stars: ✭ 296 (-1.33%)
Mutual labels:  cross-platform
Cordova Plugin App Update
App updater for Cordova/PhoneGap
Stars: ✭ 290 (-3.33%)
Mutual labels:  ionic
Angularx Qrcode
Angular4/5/6/7/8/9/10/11 QRCode generator component library for QR Codes (Quick Response) with AOT support based on node-qrcode
Stars: ✭ 281 (-6.33%)
Mutual labels:  ionic
Nativescript Barcodescanner
🔎 NativeScript QR / barcode (bulk)scanner plugin
Stars: ✭ 280 (-6.67%)
Mutual labels:  nativescript

Cross-platform (xplat) tools for Nx workspaces

Build Status License NPM Version


xplat is an added value pack for Nx which provides additional app generators and optional supporting architecture for different platform/framework combinations.

Currently supported platforms

  • Electron

    Build cross platform desktop apps with JavaScript, HTML, and CSS.

  • Ionic

    Build amazing apps in one codebase, for any platform, with the web.

  • NativeScript

    Build rich iOS and Android apps with direct access to native api's from JavaScript directly.

Quickstart

npx [email protected]

At the prompts:

provide a name

choose empty

npm i @nstudio/xplat -D

You are now ready to create apps:

nx g app

App generation examples

The additional app generators can be used as follows:

Electron

Electron app generator can use any web app in the workspace as it's target.

If you don't have a web app yet, create one first:

nx g app sample

choose web

You can now use the web app as the Electron target:

nx g app desktop --target=web-sample

choose electron

Develop with:

npm run start.electron.desktop

Ionic

nx g app sample

choose ionic

Develop in browser with:

nx run ionic-sample:serve

A. Capacitor iOS - Prepare for development

npm run prepare.ionic.sample.ios

You can now open in Xcode for further development:

npm run open.ionic.sample.ios

B. Capacitor Android - Prepare for development

npm run prepare.ionic.sample.android

You can now open in Android Studio for further development:

npm run open.ionic.sample.android

NativeScript

nx g app mobile

choose nativescript

A. iOS

nx run nativescript-mobile:ios

B. Android

nx run nativescript-mobile:android

Documentation

Talks

Recommended extra tooling

Example repos for different scenarios

Real world apps built with xplat

Portable North Pole

My PreSonus

Sweet

Context

Contributing

Please see our guidelines for contributing.

NathanWalker dungahk pegaltier m-abs sr3dna mbaljeetsingh
NathanWalker dungahk pegaltier m-abs sr3dna mbaljeetsingh
dopsonbr AgentEnder davecoffin dmitryr117 kamilmysliwiec madmath03
dopsonbr AgentEnder davecoffin dmitryr117 kamilmysliwiec madmath03
miguelramos n0mer
miguelramos n0mer
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].