Samuel Novaes

Results 3 issues of Samuel Novaes

I want to use the Vuetify plugin in all my components. Add support for plugins like in Nuxt.js with "Vue.use" ```javascript import Vuetify from 'vuetify' Vue.use(Vuetify, { theme: { primary:...

My Express app has CORS enabled, but it doesn't work becouse the proxy doesn't have the CORS enabled.

Please, Use another port like 8080. Port 80 doesn't work on Linux for Node.js.