pandora 启动脚本
- 引入
//ue.17173cdn.com/a/lib/pandora.js
pandora.use(['$', 'mood'], function($, Mood) { /* hello pandora */ });
- 修改
package.json
中的spm.alias
- 修改
src/pandora.js
中的alias
-
安装 NODE - http://nodejs.org/download/ - npm config set registry http://10.5.121.139:8888
-
安装 generator - npm install -g yo - npm install -g generator-pandora
-
安装 GRUNT - npm install grunt-cli -g
-
安装 SPM - npm install [email protected] -g - spm config source:default.url http://10.5.121.139:3000 - spm login (username: spm, password: password)
-
初始化 - yo pandora
-
安装 NPM 依赖 - npm install
-
安装 SPM 依赖 - spm install
-
构建 - grunt
-
发布 - spm publish