0👍
You should carefully read the description of the modules you are using:
[…]This works in node and not on a browser, as it requires the built-in crypto package and secret keys (.pem files), which should never exist on the client anyway.[…]
So, on the one hand, it won’t run in the browser due to the dependencies to crypt
(and x509
) and even if it would, then you shouldn’t do that due to the information you would expose.
- [Vuejs]-Active state from v-list-item stuck to false on load – Vuetify
- [Vuejs]-Not able to build node js project for a specifc imported library
Source:stackexchange.com