Skip to content

nemolize/nuxt-todo

Repository files navigation

CircleCI codecov

nuxt-todo

A todo list manager example made with Nuxt.js

Demo: https://nuxt-todo-demo.netlify.app/

Features
  • Add/Delete, and Toggle including confirm modal on delete
  • Vuex state management
  • Persist data in LocalStorage
Others
  • While this application is intended to be an example of Nuxt.js, TypeScript is not used.
  • Bulma for styling
    • TodoList component uses variable of bulma with @import
  • now for demo site deploy
  • CircleCI for CI/CD

Clone

git clone git@github.com:nemolize/nuxt-todo.git && cd nuxt-todo

Build

# install dependencies
$ yarn install

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

# generate static project
$ yarn run generate

Deploy

npx now dist