subham25997
subham25997
Can I use Harmony platform with Vue and Node? If yes, please explain me the proper steps and example.
When I do **bit build**, I am getting following error:  Please help me to resolve this as soon as possible. Let me know if you need any other information....
- 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...
### Root Config **vite.config.ts**  **main.ts**  **importMap.dev.json**  ### Microfrontend **vite.config.ts**  **main.ts**  **router.ts**  **views/FlightList.vue**  But I am not seeing Flight List view in UI ...
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(()...