diff --git a/client/.gitignore b/client/.gitignore index de748e1c..19a3c31e 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -12,3 +12,6 @@ yarn-error.log* *.ntvs* *.njsproj *.sln + +# Nuxt Build +.nuxt diff --git a/client/app.html b/client/app.html new file mode 100644 index 00000000..13d6c510 --- /dev/null +++ b/client/app.html @@ -0,0 +1,11 @@ + + +
+ + {{ HEAD }} + + +