This is a set of examples for learning the basics of VueJS.
To run this project:
npm install
npm server.js
- Visit the examples at http://localhost:8080/
- Setting up a simple page with Vue
- Vue component anatomy
- Expressions
- Directives
- Data Binding
- List Rendering
- List Rendering with a Component
- Actions
- Events