Hellow Vue.js

Vue.js (pronounced /vjuː/, like view) is a library for building interactive web interfaces. The goal of Vue.js is to provide the benefits of reactive data binding and composable view components with an API that is as simple as possible.

Learn more »


Examples

These examples with slight modifications have been used from the official website to demonstrate the work of the library Vue.js.

TodoMVC + Firebase

This example uses Firebase as the data persistence backend. Example is a fully spec-compliant TodoMVC implementation in under minimum effective lines of JavaScript (excluding comments and blank lines).

This example can be found here

View details »

Markdown Editor

This is simple Markdown editor. Markdown is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown.

This example can be found here

View details »

GitHub Commits

This example fetches latest Silex-MVC commits data from GitHub’s API and displays them as a list. You can switch between the master and other branches. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

This example can be found here

View details »

Firebase + Validation

This example uses Firebase as the data persistence backend and syncs between clients in real time (you can try opening it in multiple browser tabs). In addition, it performs instant validation using computed properties and triggers CSS transitions when adding/removing items.

This example can be found here

View details »

Sort Grid Component

This is an example of creating a reusable grid component and using it with external data.

This example can be found here

View details »

Hacker News

This is a HackerNews clone built upon HN’s official Firebase API. In partnership with Firebase, we're making the public Hacker News data available in near real time. Firebase enables easy access from Android, iOS and the web.

This example can be found here

View details »