diff --git a/.gitignore b/.gitignore index b40b050..4e6438d 100644 --- a/.gitignore +++ b/.gitignore @@ -254,8 +254,10 @@ paket-files/ # Compiled files / application src/api/build +src/api/MyPrayerJournal.Api/wwwroot/favicon.ico src/api/MyPrayerJournal.Api/wwwroot/index.html -src/api/MyPrayerJournal.Api/wwwroot/static +src/api/MyPrayerJournal.Api/wwwroot/css +src/api/MyPrayerJournal.Api/wwwroot/js src/api/MyPrayerJournal.Api/appsettings.development.json /build src/*.exe diff --git a/src/app/package.json b/src/app/package.json index 9c392dc..2cb414e 100644 --- a/src/app/package.json +++ b/src/app/package.json @@ -11,6 +11,9 @@ "apistart": "cd ../api/MyPrayerJournal.Api && dotnet run", "vue": "vue-cli-service build && cd ../api/MyPrayerJournal.Api && dotnet run" }, + "sideEffects": [ + "**/*.css" + ], "dependencies": { "auth0-js": "^9.7.3", "axios": "^0.18.0", diff --git a/src/app/src/App.vue b/src/app/src/App.vue index 5da64a5..c46f8b2 100644 --- a/src/app/src/App.vue +++ b/src/app/src/App.vue @@ -1,31 +1,69 @@ -