[Vuejs]-Is there a way to generate static id`s in Vue.Js?

0👍

Your tests should be run before building process. More here

Or you are going to use selenium/something like that?

0👍

You could set cssLoaders in webpack config to ‘extract’ css in dev/test/production build and that way it will not hashing your classes

Leave a comment