Тёмный
No video :(

Create a Custom Component Library with Vue & Tailwind CSS 

Vue Mastery
Подписаться 71 тыс.
Просмотров 26 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 26   
@rm-rf
@rm-rf Год назад
If you do not use Tailwind in the project that consumes the component library, you probably want to disable preflight (style resetting). Otherwise it may break your main applications layout. Also, to avoid clashing class names when you do use Tailwind in your main application, use some prefix for tailwind in the component library (like tw-).
@sahib.alejandro
@sahib.alejandro Год назад
This is very helpful, thanks
@peze_yt
@peze_yt Год назад
Hello, how I can add prefix to tailwind?
@bozzistef
@bozzistef Год назад
Thanks for the tip!
@nikolaystoychev7170
@nikolaystoychev7170 Год назад
In case you don't want to use the css from package, instead discover the files from node_modules/florida-components and compile them into your project. Example ⬇ module.exports = { content: [ 'node_modules/florida-components/dist/*.js' ], OR module.exports = { content: [ 'node_modules/florida-components/components/**/*.vue' ],
@s1kebeats
@s1kebeats Год назад
thank you very much!!
@juanramonlabrada2653
@juanramonlabrada2653 Год назад
Why in min 17:31 she is importing the style from 'florida-components-test-2/dist' and not from the library that was installed? Also in the github demo code this is wrong.
@YouGetIt
@YouGetIt Год назад
What are the differences in the configuration if one is using the Vite, without vue-cli?
@jo0o0oke3e3er
@jo0o0oke3e3er Год назад
8:20 you re importing again the component which is already imported by the other index.js file. it would be more clean to simply do: export * from ./Button
@abhishekpaliwal346
@abhishekpaliwal346 Год назад
How we can import as a component currently based on the video we are importing at the root level you can say in app mount I want to import the component in wherein I need to use (route or components based wherein we need to use not on the root level)
@maxk6655
@maxk6655 12 дней назад
But it's build one big css file that not ideal for production
@alexandreevich2278
@alexandreevich2278 Год назад
Where is TS support? :(
@markatienza5101
@markatienza5101 Год назад
Created one on my github btw: a-3140/vue3-tailwindcss-ts-ui-component
@amirhoseinarmantaheri7029
@amirhoseinarmantaheri7029 6 месяцев назад
i have a small question: if i wanna use my web component which is created by vue 3 in a third party website (website may uses any version of vue or not at all) and the question: is it possible to face vue version conflict between my web component vue version and the third party website vue version ?
@user-ld1de1mc4h
@user-ld1de1mc4h Год назад
What if I want to also export icons from my library?!? How can I do that?
@CuevasGPablo16
@CuevasGPablo16 Год назад
why is using the old create vue app? can we use the new way of scaffolding vue projects?
@jo0o0oke3e3er
@jo0o0oke3e3er Год назад
why register them globally? would not make sense to import only whatever is needed? as soon as the library grow, the probability to don't use of all them is quite high
Год назад
Great presentation, however the name of the video should be "Create Custom Vue Component Library with Tailwind"
@andrewboddy2791
@andrewboddy2791 Год назад
1. WHY would I do this rather than use Vuetify? I am at this decision point. (I have used Vuetify before) 2. I dislike the Vuetify layout classes, although I am not a CSS master (or competent) I prefer to use raw CSS so I learn the basics of grid and flexbox. Is this a good approach? 3. Another example/preference (am I wrong?)... Rather than use v-divider from Vuetify is it not more simple to use (using base technology makes it more accessible )
@brokula1312
@brokula1312 Год назад
Why? Because someone gave you styleguide and brand guidelines to follow.
@OzoneGrif
@OzoneGrif Год назад
1. Building your own component library can give you better control over the design of your application. You also won't be dependent on library issues and limitations. Vuetify isn't that good anyway plus it is very opiniated... 2. It can be, but it requires more attention to details. Tailwind is a good middle-ground honestly. 3. Use what works for you... if works, then why not use it?
@hogwrangler3283
@hogwrangler3283 Год назад
imo this talk is about how to wrap your own components (css & behavior) into a npm package for others to consume. you can use any ui library or write your own entirely custom css and behavior for your components & tailwind was just used for demo purposes.
@andrewboddy2791
@andrewboddy2791 Год назад
@@hogwrangler3283 thanks, yes, there was a lot of 'NPM' in this which is not important to me. I thought of 'roll my own' but that is too ambitious for our small team. Lowest risk is to use Vuetify with our own layer of styled components; we can style differently from the toy-town look that comes out-of-the-box.
@albertomanzano1745
@albertomanzano1745 Год назад
1) on large companies where they have several internal projects you may need to have a good design system with its own component library based on all needs across projects rather than having to install n+vuetify instances and copy pasting components. Both ways work, it depends on what you need; does it going to have a big scale? o just one small project.
@breezycodes
@breezycodes Год назад
🤣😂🤣😂 the code always want to show off when you are showing it to people.
@brokula1312
@brokula1312 Год назад
These presentations are getting more and more useless. Please, now teach me how do you declare variables.
Далее
Improving Page speed Performance with Vue 3
25:43
Просмотров 6 тыс.
How to write internal UI Libraries for Vue
23:28
Просмотров 8 тыс.
I Took a LUNCHBAR OFF A Poster 🤯 #shorts
00:17
Просмотров 6 млн
나랑 아빠가 아이스크림 먹을 때
00:15
Просмотров 3,2 млн
Building Accessible Vue Components
41:03
Просмотров 6 тыс.
UI Libraries Are Dying, Here's Why
13:28
Просмотров 304 тыс.
Dissecting the Pinia Source Code
20:34
Просмотров 6 тыс.
New component patterns for Vue 3
21:12
Просмотров 38 тыс.
Evan You's State of the Vuenion 📣 VueConf US 2023
34:23