November 2019
Beginner
436 pages
8h 52m
English
The routing feature is an essential part of any modern web application. Routing allows us to switch between different screens and have dedicated URL addresses for particular features.
The Vue CLI allows us to utilize the vue add command so that we can add additional plugins. Let's use it to install the router library:
vue add router
? Use history mode for router? (Requires proper server setup for index fallback in production) (Y/n)A: Y
Successfully ...
Read now
Unlock full access