Examples of Vue.js functionality
The examples are a quick reference to many of the features available in Vue. Not all are covered (yet).
These examples do not require any compiling in order to run. All you need is a proxy server. Don't have one? Just install http-server.
npm i -g http-server
http-server
Open a browser at http://localhost:8080/toc.html
If you want a starter project, go over to https://github.com/roboncode/vue-app-starter or install
npm i -g vue-cli
vue init roboncode/vue-app-starter
If you would like to make a contribution to this repo, please make a pull request.