Home > Article > Web Front-end > Knockoutjs environment setting tutorial_javascript skills
I will be using Knockoutjs in the project recently, so today I first studied the environment setup of Knockoutjs and conducted a simple test.
First go to http://knockoutjs.com/index.html to download the latest version of Knockoutjs. The author downloaded knockout-2.2.0.js here. Then create a new .html file and add the following statement to the html document to import this js:
At this point we can already write Knockoutjs code. Let's take printing "Hello World!!" as an example and write the following code: