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

时间:2022-04-25 06:07:59

官网: 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