# How to

WARNING

Work in progress!

TIP

You can take a look at the UVue demo, all source code are published in universal-vue/examples repository!

# Display an error page with error handler

# Customize server error page

# Add a navigation loader

# Add a SPA loader

# Run animations when route change

With CSS

With JS

# Use with a protected API (auth)

# Have same router as Nuxt

You can try the Auto routing Vue CLI plugin to have the same behavior.

# Use with Vuetify A La Carte

You will need to declare the needed transpile dependency:

In vue.config.js

module.exports = {
  transpileDependencies: [/^vuetify/],
};