Skip to content

gearskullguy/vue-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-examples

Examples of Vue.js functionality

Learn by example

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

Contributors welcomed!

If you would like to make a contribution to this repo, please make a pull request.

About

Examples of Vue.js functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.6%
  • HTML 8.1%
  • Vue 5.0%
  • CSS 0.3%