https://github.com/kdchang/sailsjs-tutorial
Sails.js 正體中文入門教學,A series of Sails.js Tutorial (Sails is a Node MVC Framework)
https://github.com/kdchang/sailsjs-tutorial
Last synced: 3 months ago
JSON representation
Sails.js 正體中文入門教學,A series of Sails.js Tutorial (Sails is a Node MVC Framework)
- Host: GitHub
- URL: https://github.com/kdchang/sailsjs-tutorial
- Owner: kdchang
- License: mit
- Created: 2016-02-17T13:36:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T03:39:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T09:32:25.646Z (5 months ago)
- Homepage:
- Size: 151 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sails.js Tutorial (正體中文版教學)
本正體中文教學為基於 Sails.js v.0.11.4 的入門教學,讓初學者可以快速使用 Sails 開發出有趣的 Web 應用。##關於Sails.js(About)
Sails.js 是一個基於 Express 的 Node.js MVC 框架。##教學大綱(Agenda)
0. 前置作業、環境設定
1. Sails簡介
2. 第一個 Sails App
3. Model
4. Controller
5. View
6. 資料庫管理
7. Policy##參考文件(Reference):
1. [How To Create an Node.js App Using Sails.js on an Ubuntu VPS](https://www.digitalocean.com/community/tutorials/how-to-create-an-node-js-app-using-sails-js-on-an-ubuntu-vps)
2. [Sailing With Sails.js: An MVC-style Framework For Node.js](https://www.smashingmagazine.com/2015/11/sailing-sails-js-mvc-style-framework-node-js/)
3. [Introduction to Sails.js](http://code.tutsplus.com/tutorials/introduction-to-sailsjs--net-35390)
4. [sailsCasts](http://irlnathan.github.io/sailscasts/)
5. [官方文件](http://sailsjs.org/)
6. [Working With Data in Sails.js](http://code.tutsplus.com/tutorials/working-with-data-in-sailsjs--net-31525)
7. [[Node.js Web Framework] Sails 介紹與安裝](http://blog.winwu.today/2013/12/nodejs-web-framework-sails.html)
8. [Sails練習之一](http://kennytu.github.io/blog/2015/11/16/sails-study01/)
9. [Sails Tutorial](https://github.com/jhjguxin/project-manage/tree/master/sails)
10. [Introduction to Sails.js PDF](http://techccu.csie.io/2014/slides/Session2-Introduction_to_Sails_js.pdf)
11. [Sails.js 101 - GitBook](https://www.gitbook.com/book/onlinemad/sails-js-101/details)
12. [Node Framework](http://nodeframework.com/)
13. [Learning sails.js Video](https://www.youtube.com/playlist?list=PLLxyAuVpwujMQjlsF9l_qojC31m83NOCG)
14. [Build a To-Do App Using Sails.js and AngularJS](https://scotch.io/tutorials/build-a-todo-app-using-sailsjs-and-angularjs)
15. [Waterline, An adapter-based ORM for Node.js with support for mysql, mongo, postgres, redis, and more](https://github.com/balderdashy/waterline)
16. [利用Sails.js+MongoDB开发博客系统](http://yoyoyohamapi.me/categories/%E5%88%A9%E7%94%A8Sails-js-MongoDB%E5%BC%80%E5%8F%91%E5%8D%9A%E5%AE%A2%E7%B3%BB%E7%BB%9F/)
17. [Sails.js in Action](https://www.manning.com/books/sails-js-in-action)##License
MIT