-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装后运行不出结果 #22
Comments
尝试了一些,都是一样的结果--Not found,控制台没有任何警告或者错误。 |
没错误,已经运行出来,和前台接上了。谢谢小海同学。 |
师兄,我也是not found报错怎么解决 |
你好,我也是notfound问题,请问您是怎么解决的 |
您好,我也是notfound问题,您解决 了吗 |
首先你的本地需要有node.js执行环境、npm和Mysql数据库。
clone项目到本地。
MySQL建库建表,根目录的storeDB.sql有建库建表sql语句。根据本地数据库连接的相关设置修改根目录config.js中关于数据库连接的配置。
自行插入数据到数据库,根目录的analogDataSql.sql有虚拟数据插入语句。
进入项目目录(cd store-server)。
安装依赖(npm install)。
-- npm install -g @vue/cli
-- npm install vue-router
-- npm i koa
-- npm i koa2
npm i -g nodemon
(从package.json中验证了各个依赖的版本,在node_modules目录中验证这些依赖已经存在)
运行项目node app.js。
或:nodemon app.js
从浏览器中输入:
htt://127.0.0.1:3000
不知道为什么页面是Not Found, 这个过程有什么问题么?谢谢!
The text was updated successfully, but these errors were encountered: