init 5S article and refacto pull system

This commit is contained in:
Julien Calixte
2024-12-22 18:31:31 +01:00
parent 9bf151698f
commit 400566b849
32 changed files with 129 additions and 42 deletions

5
src/main-5s.ts Normal file
View File

@@ -0,0 +1,5 @@
import { createPinia } from 'pinia'
import { createApp } from 'vue'
import App from './App5S.vue'
createApp(App).use(createPinia()).mount('#app')