Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to vuejs v.3 + TypeScript #185

Open
ayoubkhan558-zz opened this issue Apr 10, 2021 · 7 comments
Open

Update to vuejs v.3 + TypeScript #185

ayoubkhan558-zz opened this issue Apr 10, 2021 · 7 comments

Comments

@ayoubkhan558-zz
Copy link

Update to vuejs v.3 + TypeScript

@xFeXx
Copy link

xFeXx commented May 26, 2021

with 4.1.0 at least the vue-awesome/components/Icon.vue provided some typescript support.
Since 4.2.0 with vue-awesome/components/Icon.js this is gone.
@Justineo is there any plan to implement Typescript support? If not, is a PR for this allowed?

@JakeAtTurner
Copy link

Here is a fork with vue3.x support

https://github.com/JakeAtTurner/vue-awesome/tree/vue3.0-build

@xFeXx
Copy link

xFeXx commented Nov 2, 2021

@JakeAtTurner thank you!
@Justineo can we please use this?

@reesericci
Copy link

@JakeAtTurner can you deploy to github packages, and enable issues?

@JakeAtTurner
Copy link

JakeAtTurner commented Nov 29, 2021

@JakeAtTurner can you deploy to github packages, and enable issues?

use npm install --save JakeAtTurner/vue-awesome#vue3.0-build
I have enabled the issues
I might create a package later, but not entirely sure.

@robbienohra
Copy link

what's the main blocker here?

@bbsimonbb
Copy link

This is not working for me. I've installed @JakeAtTurner 's build. In my main.ts I have...

import { createApp } from 'vue'
import App from './App.vue'
import {createPinia} from 'pinia'
import Icon from 'vue-awesome/components/Icon'

createApp(App)
.use(createPinia())
.use(Icon)
.mount('#app')

no juice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants