frontend: add map view
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
parent
208fb1fbc7
commit
4e848fe952
13 changed files with 765 additions and 13 deletions
|
|
@ -9,10 +9,14 @@ import VueFullPage from 'vue-fullpage.js'
|
|||
import App from './App.vue'
|
||||
import router from './router'
|
||||
|
||||
import "vue3-openlayers/styles.css";
|
||||
import OpenLayersMap from "vue3-openlayers";
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
app.use(VueFullPage)
|
||||
app.use(createPinia())
|
||||
app.use(router)
|
||||
app.use(OpenLayersMap);
|
||||
|
||||
app.mount('#app')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue