apache / apisix-dashboard

Dashboard for Apache APISIX
https://apisix.apache.org/
Apache License 2.0
973 stars 517 forks source link

APISIX-Dashboard Backend API Development in Windows #1618

Open stu01509 opened 3 years ago

stu01509 commented 3 years ago

Issue description

Currently, according to the Start developing doc, in Windows platform will occur the error. I think we need to create another file to help the Windows platform developer to set up the api project.

Expected behavior

How to Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots

image

Environment

Additional context

nic-chen commented 3 years ago

thanks for feedback.

qian0817 commented 3 years ago

@stu01509 I found that it can't compile when GOOS is windows currently ,so I don't think this needs to be changed. For windows developers, using Docker or WSL is a better option, and VSCode and Intellij both provide support.