I don\'t want to use Vue-Material nor Vuetify.
I want to use Materialize. What I do is:
npm install materialize-css@next
In main.js, w
I would also recommend you add the materialize css CDN in the index.html. Aand also create a script tag and add this:
index.html
document.addEventListener('DOMContentLoaded', function() { M.AutoInit(); });