Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Knockout.JS Essentials

You're reading from   Knockout.JS Essentials Implement a successful JavaScript-rich application with KnockoutJS, jQuery, and Bootstrap

Arrow left icon
Product type Paperback
Published in Feb 2015
Publisher
ISBN-13 9781784397074
Length 232 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (10) Chapters Close

Preface 1. Refreshing the UI Automatically with KnockoutJS FREE CHAPTER 2. KnockoutJS Templates 3. Custom Bindings and Components 4. Managing KnockoutJS Events 5. Getting Data from the Server 6. The Module Pattern – RequireJS 7. Durandal – The KnockoutJS Framework 8. Developing Web Applications with Durandal – The Cart Project Index

Installing Durandal


To install Durandal, follow these steps:

  1. Go to http://durandaljs.com/downloads.html.

  2. Download the latest version of the starter kit: http://durandaljs.com/version/latest/HTML%20StarterKit.zip.

  3. Unzip it in your project folder.

  4. Rename it as durandal-cart.

  5. Add the Mongoose server to the project or use the server you feel comfortable with.

The starter kit will give you a very good starting point to understand how Durandal works. In the following projects we can start directly with the standalone Durandal library, but here we are going to analyze the parts of this framework carefully.

To dig further into Durandal, download the HTML Samples.zip file (http://durandaljs.com/version/latest/HTML%20Samples.zip), but it is up to you to test these interesting samples. The following are the contents of the starter kit:

  • The starter kit contains three folders and an HTML index file.

  • The app folder contains the application itself. This contains two folders: viewmodels and views.

  • The viewmodels...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image