{"id":13814918,"url":"https://github.com/ychow/ionic-guide","last_synced_at":"2025-05-15T06:33:28.513Z","repository":{"id":29001098,"uuid":"32528025","full_name":"ychow/ionic-guide","owner":"ychow","description":"Ionic 中文指南 ","archived":false,"fork":false,"pushed_at":"2017-04-13T13:23:54.000Z","size":41,"stargazers_count":275,"open_issues_count":0,"forks_count":45,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-11-19T10:47:28.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/ychow/ionic-guide","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ychow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-19T14:58:33.000Z","updated_at":"2024-10-11T13:33:32.000Z","dependencies_parsed_at":"2022-09-03T17:40:22.752Z","dependency_job_id":null,"html_url":"https://github.com/ychow/ionic-guide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ychow%2Fionic-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ychow%2Fionic-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ychow%2Fionic-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ychow%2Fionic-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ychow","download_url":"https://codeload.github.com/ychow/ionic-guide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254288918,"owners_count":22045989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T04:02:44.845Z","updated_at":"2025-05-15T06:33:28.197Z","avatar_url":"https://github.com/ychow.png","language":null,"funding_links":[],"categories":["Others","Uncategorized","And A Bunch More! (I am in the process of sorting these)"],"sub_categories":["Uncategorized"],"readme":"# Ionic 中文指南\n\n##Tips\n由于最近Ionic2出来，所以大家在使用命令下载 Ionic，最好带上你想下载的版本号。如果没有版本号，默认下载的Ionic是最新版！\n下载Ionic1.x的命令： npm install ionic@跟上你想要的版本号 -g \n\n## Ionic 简介\n\nionic是一个专注于用WEB开发技术，基于HTML5创建类似于手机平台原生应用的一个开发框架。\n\nIonic关注应用的外观、体验和UI用户界面交互。这意味着我们不是PhoneGap或者你喜欢的Javascript开发框架的代替者，相反，Ionic正好配合这些项目，以简化您的应用的重要组成部分：前端。\n\nIonic不能完全取代PhoneGap和JavaScript框架的作用，但是它在前端的交互设计功能十分强大。这个框架除了带有SASS( [css预处理器](http://sass-lang.com/))和各种各样的AngularJS插件（可选）之外，还有大量的组件。\n\nIonic的联合创始人Max Lynch介绍这款工具时提到，这款工具就是由几个对Web开发十分狂热的普通程序员做出来的。Ionic倾向于关注标准兼容（standards compliant）的代码，这么做是比较超前的。他们的目标是通过HTML5使移动开发变得既简单又惊艳。\n\n\n## 入门指南\n\n* 搭建环境\n  + [Ionic 安装](https://github.com/ychow/ionic-guide/blob/master/Ionic%20%E5%AE%89%E8%A3%85.md)\n\n* 常用CSS样式\n  + [Ionic 图标](https://github.com/ychow/ionic-guide/blob/master/Ionic%20icon.md)\n  + [Ionic-Css 组件 (1)](https://github.com/ychow/ionic-guide/blob/master/Ionic-Css%20%E7%BB%84%E4%BB%B6%20(1).md)\n  + [Ionic-Css 组件 (2)](https://github.com/ychow/ionic-guide/blob/master/Ionic-Css%20%E7%BB%84%E4%BB%B6%20(2).md)\n  + [Ionic-Css 组件 (3)](https://github.com/ychow/ionic-guide/blob/master/Ionic-Css%20%E7%BB%84%E4%BB%B6%20(3).md)\n* 常用Js控件\n  + [Ionic-JavaScript API(1)](https://github.com/ychow/ionic-guide/blob/master/Ionic-JavaScript%20API(1).md)\n  + [Ionic-JavaScript API(2)](https://github.com/ychow/ionic-guide/blob/master/Ionic-JavaScript%20API(2).md)\n  + [Ionic-JavaScript API(3)](https://github.com/ychow/ionic-guide/blob/master/Ionic-JavaScript%20API(3).md)\n  + \n* 综合项目\n  + [Ionic博客](https://github.com/ychow/ionic-guide/blob/master/Ionic%E5%8D%9A%E5%AE%A2.md)\n  \n* [开发中的一些坑(持续更新。。。)](https://github.com/ychow/Blog/issues/7)\n\n\u003e 如果文中有错误，或者您在开发中遇见了什么奇怪的Bug，欢迎创建 issue 或者 pull request。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fychow%2Fionic-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fychow%2Fionic-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fychow%2Fionic-guide/lists"}