checkpoint before reversing changes to attempt to figure out insecure menu / grid link issues

This commit is contained in:
2020-10-01 14:27:05 +00:00
parent d0d6a3cab0
commit ed48036105
7 changed files with 68 additions and 32 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern --report",
"buildnopwa": "vue-cli-service build --modern --skip-plugins pwa,workbox",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"test:front": "vue-cli-service test:e2e --url http://localhost:8080",