vue-requests
vue-requests copied to clipboard
sematic-ui port
semantic-ui's components are good, but the code base is a monster, it would be very useful if we had a vuejs port defining behavior and reuse semantiv-ui css
From http://semantic-ui.com/introduction/integrations.html
Semantic UI components are designed to be compatible with libraries that tightly manage UI lifecycle like React. No special bindings are needed.
Vue.js is very similar to React in that aspect. You would still have to use jQuery though. I'm also aware of @crswll putting thing together, I hope he has something to say.
I am but I missed this integrations page when I started. This will help with a lot with some design decisions. I'm going to work at getting something up even though it's not even close to complete.
I like these http://kzima.github.io/vuestrap-base-components/
Is anyone actively working on this?
I am definitely not.
How far did you get? Is your repo or fork public?
Haven't used it but there is this https://semantic-ui-vue.github.io
That looks great. Thank you.