Starter template for unplugin-vue-router.
Requires Vue Router >=4.4.0.
Create a repo from this template on GitHub.
Also you need to clone your repository to local
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY# install dependency
pnpm install
# develop
pnpm dev# build
pnpm buildThanks @posva. Inspired by unplugin-vue-router