- Ionic Cookbook
- Hoc Phan
- 167字
- 2021-07-09 21:15:09
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Ionic Creator allows the user to export everything as a project with all .html
, .css
, and .js
files."
A block of code is set as follows:
{ "name": "myApp", "app_id": "", "watchPatterns": [ "www/**/*", "!www/css/**/*", "your_folder_here/**/*" ] }
Any command-line input or output is written as follows:
$ ionic start HelloWorld_Blank blank
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Once completed, click on the Export button on the top navigation."
- ThinkPHP 5實戰
- Apache Spark 2.x Machine Learning Cookbook
- Learning Data Mining with Python
- Vue.js 3.0源碼解析(微課視頻版)
- 深入理解Java7:核心技術與最佳實踐
- 精通Scrapy網絡爬蟲
- 學習正則表達式
- ANSYS Fluent 二次開發指南
- PLC應用技術(三菱FX2N系列)
- Python全棧數據工程師養成攻略(視頻講解版)
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- R語言數據可視化:科技圖表繪制
- 邊玩邊學Scratch3.0少兒趣味編程
- Pandas入門與實戰應用:基于Python的數據分析與處理
- Visual C++程序開發范例寶典