Skip to content

if you need to develop a mobile web-app by roit.js, you can start from this seed file

Notifications You must be signed in to change notification settings

guoyueting/roit.js-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

roit.js-seed文件windows环境配置

1.安装node.js

  • 官网http://nodejs.cn/download/下载安装包,并根据系统类型选择node.js安装包进行安装
  • 计算机→属性→高级系统设置→环境变量
  • 新建一个用户变量
  • 变量名:NODE_PATH
  • 值:C:\Program Files\nodejs\node_modules
  • 注意:值为nodejs安装目录

2.全局安装cnpm

  • npm install -g cnpm --registry=https://registry.npm.taobao.org

3.安装ruby

  • ruby官网http://www.ruby-lang.org/en/downloads/

4.全局安装gulp

  • npm install -g gulp

5.安装sass依赖包

  • gem install sass

6.安装compass依赖包

  • compass依赖包

7.gulp启动

  • 启动服务gulp

8.为项目安装依赖包

  • npm install

About

if you need to develop a mobile web-app by roit.js, you can start from this seed file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published