Vue support
See original GitHub issueDo you want to request a feature or report a bug? feature
What is the current behavior?
There’s only styled
for React, I’m trying to work on a Vue.js integration but https://github.com/callstack/linaria/blob/a1d1b5a2f621ba50d986d97b96ff32f33e9a1106/src/babel/extract.js#L99-L109 makes it impossible
Solutions
- somehow change the code above to allow importing
styled
from other modules likevue-linaria
- or release built-in support for Vue at
linaria/vue
😅
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Contact Pearson VUE
There are many ways to contact Pearson VUE. This page lists all of the ways to contact us so that your question can...
Read more >Vue.js - The Progressive JavaScript Framework | Vue.js
Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation. Performant. Truly reactive, compiler-optimized rendering ...
Read more >Contact us | FAQs | Vue Cinemas
Our Vue Customer Services team are available daily between 9:00 am and 7:00 pm. Got a query or need to contact us? Just...
Read more >Direct support from Vuetify
Vuetify is a Material Design component framework for Vue.js. ... and other Core Team members are now offering Support Services for your Vuetify...
Read more >Support - VUEgroup
At VUE, we are committed to excellent customer support. Our dedicated in-house team are highly-skilled, fully-trained technicians; we're ready to help!
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@egoist We are happy to accept a PR with Vue support, we are fine with both integrating Vue inside linaria itself (
linaria/vue
) or changing the mentioned code. The third option is to addlinaria/vue
file which will require and exportvue-linaria
.@vinicius73 No but I made https://github.com/egoist/styled-vue which is pretty much linaria for Vue a while ago