Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 497 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 497 Bytes

mobile-proj

just for pratice

純練習的作品,僅做做一個爬蟲顯示資料,滑開左側抽屜可以看到somewhat的menu 此也面有寫barcode scaner

筆記 : 呼叫cordova plugin的方法與原生cordova一樣

Build Setup

# install dependencies
npm install

# build for production with minification
npm run build

#install cordova platforms and plugins those be wrote in config.xml file
cordova prepare
# build for android device
cordova build android