- Ionic Cookbook
- Hoc Phan
- 250字
- 2021-07-09 21:15:10
Copying examples from Ionic Codepen Demos
Sometimes it's easier to just get snippets of code from the example library. Ionic Codepen Demos (http://codepen.io/ionic/public-list/) is a great website to visit. Codepen.io is a playground (or sandbox) to demonstrate and learn web development. There are other alternatives such as plnkr.com or jsfiddle.com. It's just a developer's personal preference which one to choose.
However, all Ionic's demos are already available on Codepen, where you can experiment and clone to your own account. http://plnkr.com has an existing AngularJS boilerplate and could be used to just practice specific AngularJS areas because you can copy the link of sample code and post on Stackoverflow.com if you have questions.
How to do it…
There are several tags of interest to browse through if you want specific UI component examples:

You don't need a Codepen account to view. However, if there is a need to save a custom pen and share with others, free registration will be required.
The Ionic Codepen Demos site has more collections of demos comparing to the CLI. Some are based on a nightly build of the platform so they could be unstable to use.
There's more...
You can find the same side menu example on this site:
- Navigate to http://codepen.io/ionic/public-list/ from your browser.
- Select Tag: menus and then click on Side Menu and Navigation: Nightly.
- Change the layout to fit a proper mobile screen by clicking on the first icon of the layout icons row on the bottom right of the screen.
- Arduino by Example
- WebAssembly實戰
- Java面向對象軟件開發
- DevOps入門與實踐
- Internet of Things with the Arduino Yún
- 差分進化算法及其高維多目標優化應用
- Web程序設計(第二版)
- Unity 2D Game Development Cookbook
- Android驅動開發權威指南
- 智能搜索和推薦系統:原理、算法與應用
- Mastering Android Studio 3
- Mobile Forensics:Advanced Investigative Strategies
- 體驗之道:從需求到實踐的用戶體驗實戰
- Android項目實戰:博學谷
- 邊做邊學深度強化學習:PyTorch程序設計實踐