码迷,mamicode.com
首页 > Web开发 > 详细

与你相遇好幸运,Sails.js安装

时间:2016-09-08 19:57:34      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:

官网: http://sailsjs.org

Github:https://github.com/balderdashy/sails

开发文档: http://sailsjs.org/documentation/concepts

中文文档:https://github.com/linxiaowu66/sails-docs-zh-cn

ORM组件:https://github.com/balderdashy/waterline

ORM文档:https://github.com/balderdashy/waterline-docs

 

安装:

npm install -g sails

 

新建:

sails new myApp

 

运行:

cd myApp && npm start

 

与你相遇好幸运,Sails.js安装

标签:

原文地址:http://www.cnblogs.com/restful/p/5854130.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!