A simple Vue.js Todo app built for the decentralized web.
# install dependencies
# previously we used yarn install. This is no longer supported.
npm install
# Compiles and hot-reloads for development
npm run serve
# Compiles and minifies for production
npm run build
# Lints and fixes files
npm run lint
# Run your unit tests
npm run test:unit
For detailed explanation on how this app works, checkout the guide.