与你相遇好幸运,Sails.js安装
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了与你相遇好幸运,Sails.js安装相关的知识,希望对你有一定的参考价值。
官网: 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安装的主要内容,如果未能解决你的问题,请参考以下文章