A todo list manager example made with Nuxt.js
Demo: https://nuxt-todo-demo.netlify.app/
- Add/Delete, and Toggle including confirm modal on delete
Vuex
state management- Persist data in
LocalStorage
- While this application is intended to be an example of Nuxt.js, TypeScript is not used.
- Bulma for styling
TodoList
component uses variable ofbulma
with@import
- now for demo site deploy
- CircleCI for CI/CD
git clone git@github.com:nemolize/nuxt-todo.git && cd nuxt-todo
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# generate static project
$ yarn run generate
npx now dist