Skip to content

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

Notifications You must be signed in to change notification settings

davidlin88/vue-koa-toDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published