ora19982022
ora19982022
1. 首先你的本地需要有node.js执行环境、npm和Mysql数据库。 clone项目到本地。 2. MySQL建库建表,根目录的storeDB.sql有建库建表sql语句。根据本地数据库连接的相关设置修改根目录config.js中关于数据库连接的配置。 自行插入数据到数据库,根目录的analogDataSql.sql有虚拟数据插入语句。 3. 进入项目目录(cd store-server)。 安装依赖(npm install)。 -- npm install -g @vue/cli -- npm install vue-router -- npm i koa -- npm i koa2 npm i...
This version only supports MySQL5.x, does not support MySQL 8.x. It will cause errors if using MySQL8.x, since MySQL8.x does not support DESC in sql query.
Server在哪里? 没有Server的Source Code么?
没有建表SQL?
cannot register or login, db errors? pls verify, thanks.
建表语句在哪里?