highlabs / todo_list_vue

A simples to-do list in vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple todo list

About the project

This project use Vue.js 2, Vuex Persist and Nanoid. It's a Single Page Application and all content stored in localstorage. :)

The icon of the project are from prettycons.

To start the project

Clone this repo.

yarn
yarn serve

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your tests

yarn test

Lints and fixes files

yarn lint --fix

About

A simples to-do list in vue.js


Languages

Language:JavaScript 64.5%Language:Vue 32.2%Language:HTML 2.6%Language:CSS 0.7%