ttu / dotnet-fake-json-server

Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End.
https://ttu.github.io/dotnet-fake-json-server/
MIT License
389 stars 84 forks source link

Upgrade Vue version from index.html to 3.x #116

Open ttu opened 3 months ago

ttu commented 3 months ago

Current Vue version is pinned to 2.7.16. Upgrade Vue version to 3.x.

Page: https://github.com/ttu/dotnet-fake-json-server/blob/master/FakeServer/wwwroot/index.html

Open the HTML page

  1. Start the server
  2. Go to root, e.g. http://localhost:57602

Example with Vue 3 from e.g. https://github.com/ttu/multi-camera-system/blob/main/multi-camera-server/src/templates/index.html

anniepauline commented 1 month ago

I want to work on this issue, can u also label this issue as hacktoberfest

ttu commented 1 month ago

@anniepauline Great! I will assign this to you and add the label. If you have any questions, just let me know.

anniepauline commented 4 weeks ago

hey, I'll work on this one, had'nt noticed u assigned it to me