/vue-koa-toDoList

A to-do list demo with CRUD functionality built using VUE2.5 and KOA2.

Primary LanguageHTML

vue-koa-toDoList

A simple to-do list demo with CRUD functionality built using VUE2.5,KOA2,MYSQL.

to start

Make sure you have installed node, mysql. Start your mysql server. The config in this project is

host: '127.0.0.1',
user: 'root',
password: '',
database: 'miaov',

To start: cd vue-koa-todolist npm i or yarn add node app Open your browser(, and visit localhost,ok,enjoy it.