Skip to content

A repo exploring the traditional todo app in Vuejs with various layouts and functionalities. App uses Vue 2, BootstrapVue and Bootstrap 5, uses color palettes from happyhues.co, and is deployed on Github Pages.

Notifications You must be signed in to change notification settings

masonmedia-projects/vue-todos

Repository files navigation

ScreenShot

Vue Todo List App

A collection of functional Todo Lists with different UI treatments using BootstrapVue as well as Bootstrap 5.

Project setup

Project uses Vue 2.6, Vue CLI, and Vue Router 3.2. Development based on this article.

Deployment on gh-pages

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`

About

A repo exploring the traditional todo app in Vuejs with various layouts and functionalities. App uses Vue 2, BootstrapVue and Bootstrap 5, uses color palettes from happyhues.co, and is deployed on Github Pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published