feat(frontend): initialisatie router en bijhorende.vue componenten
This commit is contained in:
		
							parent
							
								
									c07bb959cf
								
							
						
					
					
						commit
						6beaf77adf
					
				
					 38 changed files with 436 additions and 449 deletions
				
			
		
							
								
								
									
										69
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										69
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -7,10 +7,14 @@ | |||
|         "": { | ||||
|             "name": "dwengo-1-monorepo", | ||||
|             "version": "0.0.1", | ||||
|             "license": "MIT", | ||||
|             "workspaces": [ | ||||
|                 "backend", | ||||
|                 "frontend" | ||||
|             ], | ||||
|             "dependencies": { | ||||
|                 "vue-i18n": "^10.0.5" | ||||
|             }, | ||||
|             "devDependencies": { | ||||
|                 "@eslint/compat": "^1.2.6", | ||||
|                 "@eslint/js": "^9.20.0", | ||||
|  | @ -26,7 +30,6 @@ | |||
|         "backend": { | ||||
|             "name": "dwengo-1-backend", | ||||
|             "version": "0.0.1", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@mikro-orm/core": "^6.4.6", | ||||
|                 "@mikro-orm/postgresql": "^6.4.6", | ||||
|  | @ -1469,6 +1472,50 @@ | |||
|                 "url": "https://github.com/sponsors/nzakas" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@intlify/core-base": { | ||||
|             "version": "10.0.5", | ||||
|             "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-10.0.5.tgz", | ||||
|             "integrity": "sha512-F3snDTQs0MdvnnyzTDTVkOYVAZOE/MHwRvF7mn7Jw1yuih4NrFYLNYIymGlLmq4HU2iIdzYsZ7f47bOcwY73XQ==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@intlify/message-compiler": "10.0.5", | ||||
|                 "@intlify/shared": "10.0.5" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">= 16" | ||||
|             }, | ||||
|             "funding": { | ||||
|                 "url": "https://github.com/sponsors/kazupon" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@intlify/message-compiler": { | ||||
|             "version": "10.0.5", | ||||
|             "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-10.0.5.tgz", | ||||
|             "integrity": "sha512-6GT1BJ852gZ0gItNZN2krX5QAmea+cmdjMvsWohArAZ3GmHdnNANEcF9JjPXAMRtQ6Ux5E269ymamg/+WU6tQA==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@intlify/shared": "10.0.5", | ||||
|                 "source-map-js": "^1.0.2" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">= 16" | ||||
|             }, | ||||
|             "funding": { | ||||
|                 "url": "https://github.com/sponsors/kazupon" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@intlify/shared": { | ||||
|             "version": "10.0.5", | ||||
|             "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-10.0.5.tgz", | ||||
|             "integrity": "sha512-bmsP4L2HqBF6i6uaMqJMcFBONVjKt+siGluRq4Ca4C0q7W2eMaVZr8iCgF9dKbcVXutftkC7D6z2SaSMmLiDyA==", | ||||
|             "license": "MIT", | ||||
|             "engines": { | ||||
|                 "node": ">= 16" | ||||
|             }, | ||||
|             "funding": { | ||||
|                 "url": "https://github.com/sponsors/kazupon" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@isaacs/cliui": { | ||||
|             "version": "8.0.2", | ||||
|             "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", | ||||
|  | @ -8866,6 +8913,26 @@ | |||
|                 "url": "https://opencollective.com/eslint" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/vue-i18n": { | ||||
|             "version": "10.0.5", | ||||
|             "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-10.0.5.tgz", | ||||
|             "integrity": "sha512-9/gmDlCblz3i8ypu/afiIc/SUIfTTE1mr0mZhb9pk70xo2csHAM9mp2gdQ3KD2O0AM3Hz/5ypb+FycTj/lHlPQ==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@intlify/core-base": "10.0.5", | ||||
|                 "@intlify/shared": "10.0.5", | ||||
|                 "@vue/devtools-api": "^6.5.0" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">= 16" | ||||
|             }, | ||||
|             "funding": { | ||||
|                 "url": "https://github.com/sponsors/kazupon" | ||||
|             }, | ||||
|             "peerDependencies": { | ||||
|                 "vue": "^3.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/vue-router": { | ||||
|             "version": "4.5.0", | ||||
|             "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.5.0.tgz", | ||||
|  |  | |||
		Reference in a new issue
	
	 Joyelle Ndagijimana
						Joyelle Ndagijimana