diff --git a/.browserslistrc b/.browserslistrc new file mode 100644 index 0000000..dc3bc09 --- /dev/null +++ b/.browserslistrc @@ -0,0 +1,4 @@ +> 1% +last 2 versions +not dead +not ie 11 diff --git a/Makefile b/Makefile index 09b77aa..530d298 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,7 @@ backend: ## frontend: Build and run the frontend from source frontend: - @npm install @vue/cli-service - @npx vue-cli-service serve + @npm run serve .PHONY: frontend ## dev: Build and run in docker compose diff --git a/public/index.html b/index.html similarity index 80% rename from public/index.html rename to index.html index 1a5e2bc..4ccdbff 100644 --- a/public/index.html +++ b/index.html @@ -11,7 +11,11 @@ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />