Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wwb568109135 committed Aug 23, 2018
1 parent aaca944 commit 8757c0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "vue-koa-demo",
"name": "nodejs_koa2_vue2_mysql",
"version": "1.0.0",
"description": "A Vue.js & Koa project",
"author": "Molunerfinn <marksz@teamsz.xyz>",
"description": "A Vue.js & Koa2 project-nodejs_koa2_vue2_mysql",
"author": "wwb568109135 <568109135@qq.com>",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"server": "nodemon -w app.js -w server server-entry.js",
"test": "cross-env NODE_ENV=test jest --forceExit --runInBand",
"coverage": "cat ./coverage/lcov.info | coveralls",
"prod": "cross-env NODE_ENV=production node server-entry.js",
"start": "npm run build && npm run prod",
Expand Down
2 changes: 1 addition & 1 deletion sql/user.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CREATE TABLE IF NOT EXISTS `user` (
DELETE FROM `user`;
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
INSERT INTO `user` (`user_name`, `password`) VALUES
('molunerfinn', '$2a$10$x3f0Y2SNAmyAfqhKVAV.7uE7RHs3FDGuSYw.LlZhOFoyK7cjfZ.Q6');
('wwb568101935', '$2a$10$x3f0Y2SNAmyAfqhKVAV.7uE7RHs3FDGuSYw.LlZhOFoyK7cjfZ.Q6');
INSERT INTO `user` (`user_name`, `password`) VALUES
('admin', '$2a$10$x3f0Y2SNAmyAfqhKVAV.7uE7RHs3FDGuSYw.LlZhOFoyK7cjfZ.Q6');
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
Expand Down

0 comments on commit 8757c0a

Please sign in to comment.