subham25997

Results 5 issues of subham25997

Can I use Harmony platform with Vue and Node? If yes, please explain me the proper steps and example.

type/help wanted

When I do **bit build**, I am getting following error: ![image](https://github.com/user-attachments/assets/9e5e826a-35f3-41d3-9a78-838fe24ac877) Please help me to resolve this as soon as possible. Let me know if you need any other information....

type/help wanted

- I created a workspace for for developing Vue components. `bit new vue my-workspace --env bitdev.vue/vue-env --default-scope my-scope` - Created components and installed dependencies using: `bit create vue ui/test-component` `bit...

type/help wanted

### Root Config **vite.config.ts** ![image](https://github.com/user-attachments/assets/9f6397eb-aa59-4fca-9e43-8562bd818d89) **main.ts** ![image](https://github.com/user-attachments/assets/0a32fd48-0beb-4cd5-bf42-a1e43b276ab9) **importMap.dev.json** ![image](https://github.com/user-attachments/assets/46fe395a-bfea-4d67-9042-00bd8fbdc002) ### Microfrontend **vite.config.ts** ![image](https://github.com/user-attachments/assets/f5cdaad0-ffc7-4259-91b8-96a7580e9bb7) **main.ts** ![image](https://github.com/user-attachments/assets/1c767028-75e7-4641-8326-22851a95db0a) **router.ts** ![image](https://github.com/user-attachments/assets/f2093ed8-d370-430d-a49d-f641a594fc23) **views/FlightList.vue** ![image](https://github.com/user-attachments/assets/cb278d63-adcf-473b-8f03-dc86a9a030dc) But I am not seeing Flight List view in UI ![image](https://github.com/user-attachments/assets/dfc666f4-ef24-49e1-b30c-44bde7bbcce6)...

I have **importmap.json** as follows: `{ "imports": { "vue": "https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.global.js", "vuetify": "https://cdn.jsdelivr.net/npm/[email protected]/dist/vuetify.js", "vuetify/styles": "https://cdn.jsdelivr.net/npm/[email protected]/dist/vuetify.css", "@suite360/root-config": "//localhost:4000/suite360-root-config.js", "@suite360/bagg360": "http://localhost:8080/js/app.js", "@suite360/styleguide": "http://localhost:8081/bundle.js" } }` **Root Config index.ejs** ` Object.getPrototypeOf(System).firstGlobalProp = true System.import('vue').then(()...