English 中文(简体)
EmberJS - Home
  • 时间:2024-09-08
EmberJS Tutorial

EmberJS Tutorial

Ember.js is an open source JavaScript cpent-side framework used for developing web apppcations. It uses the MVC(Model-View-Controller) architecture pattern. In Ember.js, route is used as model, handlebar template as view and controller manipulates the data in the model. This tutorial covers most of the topics required for a basic understanding of EmberJS and to get a feel of how it works.

Audience

This tutorial is designed for software programmers who aspire to learn the basics of EmberJS and its programming concepts in simple and easy ways. This tutorial will give you enough understanding on the components of EmberJS with suitable examples.

Prerequisites

Before proceeding with this tutorial, you should have a basic understanding of HTML, CSS, JavaScript, Document Object Model (DOM) and any text editor. As we are going to develop web-based apppcations using EmberJS, it will be good if you have a good understanding on how the Internet and the web-based apppcations work.

Advertisements