added seperate vuejs solution

mend
This commit is contained in:
Shuozhe 2021-06-30 15:33:09 +02:00
parent 77146fdafd
commit 709ba026fa
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@ namespace ProjectGrid.Models
public class TicTacTocResponse
{
public List<int> Board { get; set; }
public int NextPlayer { get; set; }
public int PlayerWon { get; set; }
}
}

5
clientapp/.editorconfig Normal file
View File

@ -0,0 +1,5 @@
# Rules in this file were initially inferred by Visual Studio IntelliCode from the C:\Users\net\repository\ProjectGrid\clientapp codebase based on best match to current usage at 30.06.2021
# You can modify the rules from these initially generated values to suit your own policies
# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
[*.cs]