值得你投入的技术
安装
sudo curl https://install.meteor.com/ | sh
创建本地项目
meteor create myapp
进入本地项目
cd myqpp
启动本地项目
meteor
访问本地项目
为本地项目安装coffeescript
meteor add coffeescript
为本地项目安装less
meteor add less
为本地项目添加路由包
meteor add iron:router
为本地项目安装ios和android的运行环境
确保已经安装的jdk和xcode
然后分别运行命令
meteor add-platform iOS
meteor add-platform android
在IOS模拟环境下运行项目
meteor run ios
添加摄像头设备的调用包(如果需要)
meteor add mdb:camera