CurrencyConverter-master

所属分类:matlab编程
开发工具:WINDOWS
文件大小:12KB
下载次数:1
上传日期:2018-03-28 19:45:50
上 传 者reality12345
说明:  A simple currency converter in javascript

文件列表:
.bowerrc (33, 2014-12-04)
bower.json (190, 2014-12-04)
config.xml (658, 2014-12-04)
gruntfile.js (258, 2014-12-04)
package.json (215, 2014-12-04)
platforms (0, 2014-12-04)
plugins (0, 2014-12-04)
www (0, 2014-12-04)
www\index.html (1607, 2014-12-04)
www\scripts (0, 2014-12-04)
www\scripts\app.js (45, 2014-12-04)
www\scripts\controllers (0, 2014-12-04)
www\scripts\controllers\container.js (71, 2014-12-04)
www\scripts\controllers\main.js (1099, 2014-12-04)
www\scripts\controllers\popups (0, 2014-12-04)
www\scripts\controllers\popups\baseCurrencyPopup.js (395, 2014-12-04)
www\scripts\controllers\sidebar.js (403, 2014-12-04)
www\scripts\directives (0, 2014-12-04)
www\scripts\directives\container.js (186, 2014-12-04)
www\scripts\directives\main.js (171, 2014-12-04)
www\scripts\directives\sidebar.js (180, 2014-12-04)
www\scripts\services (0, 2014-12-04)
www\scripts\services\cache.js (2944, 2014-12-04)
www\scripts\services\currencies.js (1264, 2014-12-04)
www\styles (0, 2014-12-04)
www\styles\style.css (1809, 2014-12-04)
www\views (0, 2014-12-04)
www\views\container.tpl.html (87, 2014-12-04)
www\views\main.tpl.html (1155, 2014-12-04)
www\views\popups (0, 2014-12-04)
www\views\popups\basecurrency.tpl.html (337, 2014-12-04)
www\views\sidebar.tpl.html (645, 2014-12-04)

#Currency Converter A currency converter application developed using the Cordova platform. The application will retrieve the latest currencies from an online endpoint and allow you to convert between them. The base currency can be altered. Frameworks used include Ionic and Angular. Bower and GruntJS have been added. ##Prerequisites - Install NodeJS then run the following in a terminal ``` npm install -g grunt-cli ``` ``` npm install -g bower ``` ``` npm install -g cordova ``` - The following command will create the node_modules folder and add all of the packages defined inside of package.json ``` npm install ``` - The following command will create the folder referenced inside of .bowerrc and add the css/javascript dependencies. ``` bower install ``` - The following task should be run to add the Bower dependencies to the applicable files. ``` grunt wiredep ``` - Add the applicable plugins to the Cordova application. ``` cordova plugin add org.apache.cordova.statusbar ``` - Add the desired platforms to the Cordova application. ``` cordova platform add ios ``` ##Building - Build the Cordova application. ``` cordova build ```

近期下载者

相关文件


收藏者