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

feat(web): add local preview script & support docker deploy #1048

Merged
merged 6 commits into from
Aug 16, 2022

Conversation

Red-Asuka
Copy link
Member

@Red-Asuka Red-Asuka commented Aug 15, 2022

PR Checklist

If you have any questions, you can refer to the Contributing Guide

What is the current behavior?

Please describe the current behavior and link to a relevant issue.

Issue Number

Example: #123

What is the new behavior?

  • Add local preview script

    yarn start
  • Support docker deploy

    docker pull emqx/mqttx-web:latest
    
    docker run -d --name mqttx-web -p 80:80 emqx/mqttx-web:latest

Does this PR introduce a breaking change?

  • Yes
  • No

Specific Instructions

Are there any specific instructions or things that should be known prior to review?

Other information

@Red-Asuka Red-Asuka force-pushed the feat/docker branch 4 times, most recently from 8b1b434 to 150cd7c Compare August 15, 2022 08:47
@Red-Asuka Red-Asuka changed the title feat(web): add local preview script feat(web): add local preview script & support docker deploy Aug 15, 2022
@Red-Asuka Red-Asuka marked this pull request as ready for review August 15, 2022 09:23
@Red-Asuka Red-Asuka self-assigned this Aug 15, 2022
@Red-Asuka Red-Asuka added feature This pr is a feature web MQTTX Web labels Aug 15, 2022
@ysfscream ysfscream merged commit 9c875eb into emqx:main Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This pr is a feature web MQTTX Web
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants