Build truly web and native applications using NativeScript and Angular. This seed allows your project to share code between the environments; having complete control over dependencies.
Extension | Platform |
---|---|
.{html/scss} |
Recommended for Web. Does apply to both platforms when .tns equivalent does not exist. |
.tns.{html/scss} |
Only for mobile |
.tns.ios.{html/scss} |
Only for iOS |
.tns.android.{html/scss} |
Only for Android |
.tns.ios.phone.{html/scss} |
Only for iOS Phone |
.tns.android.phone.{html/scss} |
Only for Android Phone |
Web is setup from the root.
npm i
Mobile is setup from the nativescript
folder.
cd nativescript
npm i
Each platform is run respective to it's folder. View available commands here:
@angular/material
)Don Burgess | Sean Perkins |
Angular-seed的使用 从零开始创建一个前端工程,正式编码前的准备工作是非常繁琐的,而且,对于像我这样的前端新手,可能都没法胜任。于是有了一些模板工程(或者是创建模板工程的工具,这一类东西也被称为脚手架),可以作为一个工程的起点。对于使用Angular的人来说,Angular-seed是个不错的选择(https://github.com/mgechev/angular-seed)。 其实我
angular 可重用结构建议 angular 可重用结构建议,非常用价值 掌握 Angular2 的服务 (service) step by step 使用 Angular 构建 Progressive Web Apps(Google 开发者大会演讲 PPT & 视频) 秉承着 Google 一贯的 “开源精神”,我们决定陆续向大家分享: 2016 Google 开发者大会 6 个分会场 28
目录 前言 代码预览 代码详解 前言 我们知道,AngularJS框架中,directive是一个重要的概念,是代码重用的基础。不过,该框架中directive的用法和配置稍显复杂。1.6版本后定义了新的component方法后,组件化编程相对更自然些。到了Angular框架中,component开始大行其道,出色的设计思想让组件化编程更为自然和易用了,而directive似乎销声匿迹了。 事实上
如果要在Oracle中使用特定于数据库的功能(如查询提示或CONNECT关键字),则可以使用本机SQL来表示数据库查询。 Hibernate 3.x允许您为所有创建,更新,删除和加载操作指定手写SQL,包括存储过程。 您的应用程序将使用Session接口上的createSQLQuery()方法从会话创建本机SQL查询 - public SQLQuery createSQLQuery(String
本文向大家介绍react-native 启动React Native Packager,包括了react-native 启动React Native Packager的使用技巧和注意事项,需要的朋友参考一下 示例 在最新版本的React Native上,无需运行打包程序。它将自动运行。 默认情况下,这将在端口8081上启动服务器。要指定服务器所在的端口
百度移动统计SDK支持使用react native框架的H5页面统计,封装好的插件已经在github上开源,相关用法具体请参考:https://github.com/BaiduMobileAnalysis/baidumobstat-react-native。
The React Native environment has a lot of little quirks, so this documentation is aimed at helping smooth those over. Please feel free to create issues on GitHub for recommendations and additions to t
Proton Native 是用于跨平台原生桌面应用开发的 React 环境,可在所有平台上通过 React 语法构建原生桌面应用程序。 特性 与 React Native 相同的语法 可与现有的 React 库(如 Redux )一起使用 跨平台 原生组件 兼容所有 Node.js 软件包 示例
Samurai-Native 是一个基于浏览器内核通过 HTML+CSS 开发原生移动应用,目前支持 iOS ,很快会支持 Android。 示例代码: <html> <body> <UICollectionViewCell is-static is-row> <div class="profile-wrapper"> <di