vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

The served page is blank after build #2392

Open drunkwcodes opened 1 year ago

drunkwcodes commented 1 year ago

Beginners ask for advice, I'm writing the file according to the official Vue-material example, use

npm run build
serve -s dist/

The result of the execution is a blank screen, and there is no error in the console. What's the matter? Thanks for advice.

github: https://github.com/drunkwcodes/matty_web

Example link: https://codesandbox.io/s/miqgjs?module=App.vue&file=/src/App.vue