-
-
Notifications
You must be signed in to change notification settings - Fork 101
Vue MDC #139
Comments
Awesome! Just in case you missed it, there are some framework-examples for vue on the material-components-web repo https://github.com/material-components/material-components-web/tree/master/framework-examples/vue - might be a good starting point for some components, but there aren't that many yet either. |
Hey, yes, I took some inspiration from there. the |
It doesn't look like this is being implemented according to the MDC guidelines for frameworks https://github.com/material-components/material-components-web/blob/master/docs/integrating-into-frameworks.md Will you be changing to implement more like https://github.com/material-components/material-components-web/tree/master/framework-examples/vue or planning to just use the MDC CSS? |
hey, yes it is. I'll implement it to make it performant and offer a good api. It's not just CSS, I'll add more js (on top of what is there already) with more dynamic components like the menu |
I just renamed the repository to Vue MDC is still at very early stages but I really want it to be easier to contribute. I'll still accept contributions to vue mdl and release fixes so people who have started using it can continue doing so 🙂 If you can try out the setup and have some feedback, please, post it here 😄 If I messed up something by changing the names, please tell me too (and I'm really sorry 🙇) |
Hey posva! Really enjoying your work on Google's Material Design Components, im not really Vue guy(angular background) but how can i help to build the components on Vue? Any examples? |
Hey @mishushakov Thanks for the interest! |
@spyhole Thanks for sharing. I wonder why they would start a new project instead of contributing to this one... On top of that, they're not writing any tests and are creating full components everywhere which aren't optimal. It looks like they're building it for their own use |
@posva We are thinking about using «vue-mdc» for a really big project. We would also be willing to contribute where needed (ie. something we need is missing). I wonder how committed you are to the project right now? |
@jeremyzahner Right now I'm unable to do much open source because of personal matters. |
@posva Please do. In 2 to 3 Weeks we will be starting our project. We just wanted to make sure that you still have the intention of keeping the project alive. =) |
I am also planning to start rather big project and trying to choose from this and |
Current state of Vue MDL
As some of you may know, Material design Lite is now in Limited Support:
You can check a demo of Material web components at http://material-components-web.appspot.com/
Future of Vue MDL
This means that vue-mdl will be placed in a similar state: some issues will be tagged as contribution welcome.
But don't worry, I'm moving to Material components Web progressively 🙂 . You can actually check the work on the mdc branch.
This next version will start from
0.0.1
in a new package: vue-mdc.I'll probably rename this repository, keep an mdl branch for the old version and move the docs too. I still have to test things out as I don't want to break existing links
This time I want to change some things, I want vue-mdc to be easier to contribute. I put a lot of effort on creating a good DX in the mdc branch that you can already test and give feedback 📝
I'll really like to create a little team of contributors and move this project to an organisation. I'm thinking of some persons that have contributed to vue-mdl and who may be interested in helping with vue-mdc. If you're interested, you can reach out on gitter with your github profile so I can check out some of your work 😄
Last but not least, docs should be faster, I'll probably use nuxt to ensure the vue-mdc is SSR ready
If you have questions around vue-mdl or vue-mdc, suggestions or feedback, please, share them here 🙂
The text was updated successfully, but these errors were encountered: