An open API service indexing awesome lists of open source software.

https://github.com/miphe/what-a-vue

Vue.js work.
https://github.com/miphe/what-a-vue

fiddle poc vuejs

Last synced: about 1 month ago
JSON representation

Vue.js work.

Awesome Lists containing this project

README

          

# What a Vue

Small personal app where I explore Vue JS approach on:

- Components
- Events
- Data binding
- Model management
- Filters
- Mixins
- Best practices
- etc.

## Running the app

- Install gulp
- Check out repository, then `cd `
- `npm install`
- `gulp` (will bundle and watch, as well as run a server with live reload)
- Go to localhost:8080