安装过程:
步骤详情
node下载
安装sails
npm install sails -g(看到
info: Created a new Sails app ``项目名称``!
即成功)
要生成一个新的应用程序,只需cd进入你想要的目录,然后输入:
sails new 项目名称
查看sails应用程序
cd 项目名称 sails lift
找到本地项目并启动项目
node app.js
本地浏览器查看 localhost:1337
localhost:1337