Skip to content
 
 

Repository files navigation

notepad

A fullstack demo used Vue2 & Koa2(详细说明参见项目笔记.md).

Todolist

View the article for more details.

Install

git clone https://github.com/aizhiheng/notepad.git

npm install or yarn

Also you need to install MySQL & create a database named todolist,and execute 2 sql files list.sql & user.sql.Their are in sql/

After that, You need to change the password for mysql user. -> server/config/db.js

find mysql://root:XXXX@localhost/todolist and change the XXXX into your own password.

Run

Development:

npm run dev && node app.js

open browser: localhost:8080

Production:

npm run build and then node app.js

open browser: localhost:8088

注册的邮箱验证部分还在完善中

License

MIT

Copyright (c) 2017 Molunerfinn

About

这是一个由vue2、koa2、webpack做成的小demo。

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages