widgets Install Vuetify Webpack Ssr


Fist of all you should have npm and VueCLI. If you don't have Vue CLI then use npm install -g @vue/cli and install VueCLI.

Use a vuetifyjs webpack-ssr template

vue init vuetifyjs/webpack-ssr webpack-ssr

Notice If you get this error; You can get "Command vue init requires a global addon to be installed. Please run yarn global add @vue/cli-init and try again." Npm command npm install -g @vue/cli-init or Yarn command: yarn global add @vue/cli-init for use init command.

cd webpack-ssr    // Go to webpack-ssr  template
npm install       // Install needed modules
npm run dev       // Run the server

Done! Now open browser and visit: http://localhost:8080/