migration to vueCLi and css to tailwind css 3 done

This commit is contained in:
Niharika Goulikar
2025-02-16 11:54:08 +00:00
parent 98e58c9c49
commit 5801dfee7e
22 changed files with 15311 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import { createApp } from 'vue'
import App from './App.vue' // Create App.vue (see next step)
import '../public/base.js' // If you have this file, move it to src/assets
import '../public/telemetry.js' // Move to src/assets
import lucide from 'lucide' // Import lucide if you are using it
const app = createApp(App)
app.mount('#vue-app') // Change #vue-app to #app
app.config.globalProperties.$lucide = lucide
//lucide.createIcons(); // Create icons