Skip to content

pandorajs/pandora

Repository files navigation

pandora

pandora 启动脚本

用法

  1. 引入 //ue.17173cdn.com/a/lib/pandora.js
  2. pandora.use(['$', 'mood'], function($, Mood) { /* hello pandora */ });

更新依赖模块

  1. 修改 package.json 中的 spm.alias
  2. 修改 src/pandora.js 中的 alias

附录:开发指引

环境配置

  1. 安装 NODE - http://nodejs.org/download/ - npm config set registry http://10.5.121.139:8888

  2. 安装 generator - npm install -g yo - npm install -g generator-pandora

  3. 安装 GRUNT - npm install grunt-cli -g

  4. 安装 SPM - npm install [email protected] -g - spm config source:default.url http://10.5.121.139:3000 - spm login (username: spm, password: password)

创建组件

  1. 初始化 - yo pandora

  2. 安装 NPM 依赖 - npm install

  3. 安装 SPM 依赖 - spm install

发布组件

  1. 构建 - grunt

  2. 发布 - spm publish

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •