I search on google with keyword ssr vuetify and I find this github : https://github.com/vuetifyjs/webpack-ssr
I try to implement it. I clone the project and save it in the webpack-ssr folder
Then I run it and there exist error like this :
So there exist error : Missing required argument <app-name>.
How can I solve this error? I want to implement ssr in my project
