Terarea
2
The automation project
Loading...
Searching...
No Matches
main.ts
Go to the documentation of this file.
1
import { createApp } from 'vue';
2
import App from './App.vue';
3
import router from './router';
4
import store from './store';
5
6
createApp(App).use(router).use(store).mount('#app');
app
front
web
src
main.ts
Generated on Sat Feb 22 2025 14:36:42 for Terarea by
1.12.0