https://github.com/selfup/middleman-haml-vue
Using middleman, haml, and vue.js together!
https://github.com/selfup/middleman-haml-vue
Last synced: over 1 year ago
JSON representation
Using middleman, haml, and vue.js together!
- Host: GitHub
- URL: https://github.com/selfup/middleman-haml-vue
- Owner: selfup
- Created: 2016-08-28T23:00:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T22:59:10.000Z (almost 10 years ago)
- Last Synced: 2025-01-22T15:11:21.766Z (over 1 year ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HAML, Sass, Vuex, and VueJs using Middleman.
* Using Vuex for state management (very similar to redux)
* Using Vue templates and passing down props to child components
* Every HAML view should only have an entry point for Vue to inject itself into
* The rest should be handled by Vue