项目作者: hsuanxyz

项目描述 :
ionic2 indexed scroll bar DEMO
高级语言: TypeScript
项目地址: git://github.com/hsuanxyz/ionic2-indexed-scroll.git
创建时间: 2017-02-28T07:58:57Z
项目社区:https://github.com/hsuanxyz/ionic2-indexed-scroll

开源协议:MIT License

下载


ionic2-indexed-scroll

ionic2 indexed scroll bar DEMO

Running

  • Clone this repository: git clone https://github.com/HsuanXyz/ionic2-indexed-scroll.git.
  • Run npm install from the project root.
  • If you do not install the ionic CLI (npm install -g ionic)
  • Run ionic serve in a terminal from the project root.

App Preview

Preview

File Structure

  1. .
  2. ├── LICENSE
  3. ├── README.md
  4. ├── config.xml
  5. ├── ionic.config.json
  6. ├── package.json
  7. ├── resources
  8. ├── src
  9. ├── index.html
  10. ├── app
  11. ├── app.component.ts
  12. ├── app.html
  13. ├── app.module.ts
  14. ├── app.scss
  15. └── main.ts
  16. ├── assets
  17. ├── data
  18. └── contacts.json * ContactsData
  19. └── icon
  20. └── favicon.ico
  21. ├── pages
  22. ├── about
  23. ├── about.html
  24. ├── about.scss
  25. └── about.ts
  26. ├── contact
  27. ├── contact.html
  28. ├── contact.scss
  29. └── contact.ts
  30. ├── home
  31. ├── home.html * Contacts template
  32. ├── home.scss * Contacts stylesheet
  33. └── home.ts * Contacts code
  34. └── tabs
  35. ├── tabs.html
  36. └── tabs.ts
  37. ├── providers
  38. └── contacts.ts * ContactsData code
  39. ├── service-worker.js
  40. └── theme
  41. └── variables.scss
  42. ├── tsconfig.json
  43. └── tslint.json

Environment

  1. global packages:
  2. @ionic/cli-utils : 1.0.0
  3. Ionic CLI : 3.0.0
  4. local packages:
  5. @ionic/app-scripts : 1.3.7
  6. @ionic/cli-plugin-ionic-angular : 1.0.0
  7. Ionic Framework : ionic-angular 3.2.0