Skip to content
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

Open
ora19982022 opened this issue Aug 10, 2022 · 5 comments
Open

安装后运行不出结果 #22

ora19982022 opened this issue Aug 10, 2022 · 5 comments

Comments

@ora19982022
Copy link

  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 -g nodemon
    (从package.json中验证了各个依赖的版本,在node_modules目录中验证这些依赖已经存在)

  4. 运行项目node app.js。
    或:nodemon app.js

  5. 从浏览器中输入:
    htt://127.0.0.1:3000

不知道为什么页面是Not Found, 这个过程有什么问题么?谢谢!

@ora19982022
Copy link
Author

尝试了一些,都是一样的结果--Not found,控制台没有任何警告或者错误。
htt://127.0.0.1:3000/#/
htt://127.0.0.1:3000/#/login
htt://127.0.0.1:3000/#/user

@ora19982022
Copy link
Author

没错误,已经运行出来,和前台接上了。谢谢小海同学。

@tlmcyw
Copy link

tlmcyw commented Sep 29, 2022

尝试了一些,都是一样的结果--Not found,控制台没有任何警告或者错误。 htt://127.0.0.1:3000/#/ htt://127.0.0.1:3000/#/login htt://127.0.0.1:3000/#/user

师兄,我也是not found报错怎么解决

@liuer1223
Copy link

htt://127.0.0.1:3000/#/login

没错误,已经运行出来,和前台接上了。谢谢小海同学。

你好,我也是notfound问题,请问您是怎么解决的

@machuq
Copy link

machuq commented Apr 9, 2023

尝试了一些,都是一样的结果--Not found,控制台没有任何警告或者错误。 htt://127.0.0.1:3000/#/ htt://127.0.0.1:3000/#/login htt://127.0.0.1:3000/#/user

师兄,我也是not found报错怎么解决

您好,我也是notfound问题,您解决 了吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants