@quancheng/durandal
v2.0.2
Published
a node microservice framework
Downloads
4
Readme
Durandal
全程NodeJS微服务框架
Durandal is the renowned sword of Roland, the legendary paladin of Charlemagne in the body of literature Matter of France.
The name is most likely from the French dur, meaning "hard" and "long lasting", as in "to endure".
使用说明
环境及依赖
安装NodeJS(>v7.x) 4 安装cnpm并将源指向内部私有仓库
npm install cnpm -g
cnpm config set registry http://npm.dev.quancheng-ec.com
安装
单独安装
cnpm install @quancheng/Durandal --save
使用cli生成项目
npm install durandal-cli -g
durandal init project-name
具体请移步Durandal-CLI