ionic 2 x 3 x專案結構解析

2022-03-15 12:15:18 字數 1563 閱讀 7089

│ config.xml

//專案配置檔案,包名、名稱、minsdkversion等都在此處配置

│ ionic.config.json

│ package.json

//專案依賴檔案列表

│ tsconfig.json

│ tslint.json

│ ├─hooks

├─node_modules

//專案依賴檔案

├─platforms

//專案新增的平台

├─resources //

專案圖示

│ │ icon.png //

安裝應用後桌面圖示

│ │ splash.png //

│ │

│ ├─android

│ │ ├─icon

│ │ └─splash

│ │

│ └─ios

│ ├─icon

│ └─splash

├─src

//專案路徑,在此編輯自己的專案

│ │ declarations.d.ts

│ │ index.html

//專案入口

│ │ manifest.json

│ │ service-worker.js

│ │

//初始化專案,定義rootpage

專案中所有的module都要在次宣告

全域性樣式表

│ │ main.dev.ts

│ │ main.prod.ts

│ │

│ ├─assets

//資源檔案,可將資源放於此處

│ │

│ ├─pages

//專案頁面

│ │ ├─about

│ │ │

│ │ ├─contact

│ │ │

│ │ ├─home

│ │ │ home.html

//.html

│ │ │ home.scss //

.scss 樣式**

│ │ │ home.ts //

.ts 邏輯**

│ │ │

│ │ └─tabs

│ │ tabs.html

│ │ tabs.ts

│ │

│ └─theme

//專案主題,比如可以定義所有頁面的背景色$background-color

│ variables.scss

└─www

//編譯後的專案會儲存在這裡

opencv2 x檔案結構解析

1 opencv簡介 2 opencv模組結構 modular structure opencv擁有乙個模組結構,也就是說,opencv包 package 裡包含數個共享的或靜態的庫 libraries 分別如下 opencv doc opencv2refman.pdf p1 core.該模組定義了...

以 x1,x2,x3,x4 方式的查詢

選單崗位可以以xx,xx,xx,xx的方式新增,gu laicheng,2007.8.21 session datacmd commandtext select from menu where level1 glevel1 and level2 glevel2 and level3 00 and p...

iOS中的2x,3x問題

iphone的螢幕顯示效果非常出色。剛進入市場時,iphone是當時解析度最高的手持電子裝置。不過,iphone 的顯示空間並不大,比現代計算機的螢幕空間要小很多。最初幾代iphone的螢幕解析度只有320畫素 480畫素,從iphone 4的retina螢幕開始,解析度增加到了640畫素 960畫...