packages/vue/README.md
Ionic Framework integration for Vue 3 apps.
@ionic/core:cd core && npm install
@ionic/core. This will generate Vue component bindings in the packages/vue directory:npm run build
@ionic/vue:cd packages/vue && npm install
@ionic/vue:npm run build
@ionic/vue-router:cd packages/vue-router && npm install
@ionic/vue-router:npm run build
packages/vue/test/base/tests directory and use Cypress.@ionic/vue or @ionic/vue-router you can run npm run sync in the test-app directory to ensure that the test application is using your built changes. Be sure to build in the vue and vue-router directories first.npm run cypress.node_modules/.bin/cypress open.See our Contributing Guide.
Post your question on the Ionic Forum.