Please find other alternative packages for Polaris vue3 - https://www.npmjs.com/package/@mumble/vue3-polaris and https://ownego.github.io/polaris-vue/?path=/story/get-started--page
Polaris Vue by HulkApps is a component library for Vue.js based on Shopify Polaris style guide.
You could browse online documentation here.
You need Vue.js version 2+.
npm i @hulkapps/polaris-vueyarn add @hulkapps/polaris-vueimport Vue from 'vue'; import PolarisVue from '@hulkapps/polaris-vue'; import '@hulkapps/polaris-vue/dist/polaris-vue.min.css'; Vue.use(PolarisVue);Other available builds
'/dist/polaris-vue.min.js'; '/dist/polaris-vue.ssr.js'; '/dist/polaris-vue.esm.js';If you notice any bugs, please create issue tickets. Also, pull requests are welcome.
Code released under MIT license.