Skip to content

marobo/vuejs_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

vuejs_project

Vue-JS and Django

Get Started

https://vuejs.org/v2/guide/index.html

Play in Console:

// Change text
> app.message = "Change messages text";
  "Change messages text"
  
// Change mouse hover text display/title
> app2.message = "Change hover mouse display title";
  "Change hover mouse display title"
  
// Shows up the text 
> app3.seen = true;
  true
  
// Removed the text
> app3.seen = false;
  false
    
// push text "Build a blog" to the list
> app4.todos.push({text:"Build a blog"});
  4
  
// Push a double texts
> app4.todos.push({text:"Build a blog"}, {text: "Another something else"});
  6

About

Vue-JS and Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published