A simple example of routing with Vue 3.0 without using vue-router. This branch uses the raw HTML5 History API.
# install dependencies
yarn install
# serve with hot reload
yarn dev
# build for production with minification
yarn build
For a detailed explanation of the build process, read the docs for vue-loader.