Lightweight to-do program, simple and fresh ui style, responsive page layout, easy to adapt to various clients
todo-lite
Lightweight to-do program, simple and fresh ui style, responsive page layout, easy to adapt to various clients, making to-do records easy and pleasant.
demo go here: https://bulv0620.github.io/todo-lite/
Project setup
This project uses node and npm. Go check them out if you don’t have them locally installed.
$ npm install
Run
To run the project and hot-replace, you need to enter:
$ npm run serve
Build
To package the project, you need to enter:
$ npm run build