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

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!

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