Vuesax: Does it support SSR?

Created on 21 Jun 2018  路  9Comments  路  Source: lusaxweb/vuesax

Hello,

Is this framework compatible with SSR? Since some components do DOM manipulation, not sure if it will work with SSR.

Overall, nice framework! You may also consider to add unit testing to ensure everything is working properly :D

bug enhancement

Most helpful comment

Imagine the following scenario:

A big pull request is incoming and involving some refactor of the code. Will you manually test all the components of the framework to ensure its functionality? At scale, this is not efficient. But, if there are the proper unit test set up, you can test them all by running just 1 command :)

I am not sure how to do unit testing in Vue but I can learn it and collaborate with a PR. Meanwhile, think about it.

All 9 comments

Okay, I didn't notice #83 . I tried using Meteor for SSR (not nuxt.js) but it also fails. Will provide a log as soon as I can :D

For now there is no support for SSR but it is working on it for now only the components vs-bottons and vs-select work as it should

the problem is that the css (var) styles do not work and you are migrating to stylus

Thank you very much for the contribution

What about unit testing? It is highly important to be able to have automated tests for any incoming PR.

IF that is very important but I do not know which is the best if you can help me in that would be great thank you very much

Imagine the following scenario:

A big pull request is incoming and involving some refactor of the code. Will you manually test all the components of the framework to ensure its functionality? At scale, this is not efficient. But, if there are the proper unit test set up, you can test them all by running just 1 command :)

I am not sure how to do unit testing in Vue but I can learn it and collaborate with a PR. Meanwhile, think about it.

Thank you very much if I had contemplated adding them but I am somewhat busy in the migration for full support to SSR, if you can help us in this would be great and thank you very much for the contribution

176

YES!!! now, all components have support to ssr, thanks @luisDanielRoviraContreras for awesome work.

Thank you very much ! I hope we keep improving and creating for the community

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MeastBlue picture MeastBlue  路  3Comments

jbienesdev picture jbienesdev  路  3Comments

sangdth picture sangdth  路  4Comments

CaptainCannabis picture CaptainCannabis  路  3Comments

leah-cc picture leah-cc  路  3Comments