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.
- Host: GitHub
- URL: https://github.com/miphe/what-a-vue
- Owner: miphe
- License: mit
- Created: 2017-01-12T10:53:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T14:35:47.000Z (over 9 years ago)
- Last Synced: 2025-04-01T17:57:54.527Z (about 1 year ago)
- Topics: fiddle, poc, vuejs
- Language: JavaScript
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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