Skip to content

A to-do list with Nuxt and Vuetify, with reorder, search and persistence

Notifications You must be signed in to change notification settings

AndreLewin/to-do-list-nuxt-vuetify

Repository files navigation

To-do list with Nuxt and Vuetify

A to-do list with Nuxt and Vuetify

Branches

  • master: latest edits (all of the below + tweakings)
  • with-store-persistence: store persistence in local storage using vuex-persist
  • with-search-hashtags: filter todos that contains a string of characters (such as "#later")
  • with-reorder: reorder todos using vue-draggable
  • only-crud: basic listing, creation, update and deletion of todos, with a store

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# check code on linting rules
$ yarn run lint

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

About

A to-do list with Nuxt and Vuetify, with reorder, search and persistence

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published