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

安装步骤 #7

Closed
Asunany opened this issue Jan 18, 2022 · 0 comments
Closed

安装步骤 #7

Asunany opened this issue Jan 18, 2022 · 0 comments

Comments

@Asunany
Copy link

Asunany commented Jan 18, 2022

建议在docker环境下安装,因为不会干扰已有的环境.

  1. sudo apt-get install npm
  2. npm install
  3. npm run build &
  4. npm run serve &

注意:
在docker容器内开启的时候,实例化时需要指定端口.

例如:
docker run -p 8082 --name test_http -it docker_images_name:v1.0 /bin/bash

图片

参考链接:

  1. https://www.jianshu.com/p/9bc970082020
@latsic latsic closed this as completed Mar 8, 2022
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

2 participants