A collection of functional Todo Lists with different UI treatments using BootstrapVue as well as Bootstrap 5.
Project uses Vue 2.6, Vue CLI, and Vue Router 3.2. Development based on this article.
Deployment tutorial and config from here.
- Add vue.config.js to root with code below using your repo name:
publicPath: process.env.NODE_ENV === "production" ? "/REPO_NAME/" : "/",
};```
- run build
- run `git add dist && git commit -m 'adding dist subtree`
- run `git subtree push --prefix dist origin gh-pages`