Coding Shorts: Building with Vite - Customizing Production Builds

Coding Shorts: Building with Vite - Customizing Production Builds

Shawn Wildermuth

2 года назад

17,466 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@GooseTech_15
@GooseTech_15 - 12.12.2023 09:22

This was really useful. Thanks for making this. I wasn't actually aware of the --watch --mode development option you could pass to the script. Definitely useful for debugging.

Ответить
@thetpaingsoe1423
@thetpaingsoe1423 - 21.10.2023 08:59

Thanks for your awesome video. It is really help me. But i got one problem with browser caching. For example, i uploaded index.js and it work fine. But later i edited something and uploaded edited index.js. There, my browser i only loading the index.js from cache. So, my latest changes are not working well in my browser. It work only when i clean the browser cache or i open with private window. Do you have any suggestion? Thanks

Ответить
@VigneshBhaskar
@VigneshBhaskar - 07.07.2023 18:14

Thank you very much for this useful info.

Ответить
@luisangelcortinaalmeida2210
@luisangelcortinaalmeida2210 - 23.05.2023 04:45

Literally saved me hours of work!!!

Ответить
@jonwinder6622
@jonwinder6622 - 18.04.2023 02:59

I got a good video topic for this channel. Vite 4 tutorial. There isnt a SINGLE one out there.

Ответить
@63montywilliams50
@63montywilliams50 - 03.04.2023 19:56

having a similar issue and stumbled upon this video for the solution. Good content!

Ответить
@alvinyanson
@alvinyanson - 20.03.2023 19:19

Great video on customizing production builds with Vite. I appreciate the tips and tricks you shared!

Ответить
@ivanotero2050
@ivanotero2050 - 12.03.2023 18:38

Thks for your time, excelent video

Ответить
@jaidervanegas255
@jaidervanegas255 - 24.01.2023 21:11

Great job!

Ответить
@barneysmith
@barneysmith - 10.01.2023 09:16

thank you. i was playing around with vite but couldn't get rid of the hashes in the filenames, which made it very useless for me. i will now try it again.

Ответить
@johnyepthomi892
@johnyepthomi892 - 04.01.2023 11:33

Thank you man. You're delivery style is invaluable. I Hope you keep making content with the same on point delivery. The way things are taught can either make it harder and demotivate someone or make it easier to learn and keep moving forward. I dislike content creators that intentionally or unintentionally intorduces complexity to what could have been explained in an easier way. I appreciate folks like you that makes it easier to keep moving forward rather than be stuck on config issues etc. Theres a lot to take in in this space as it is , and the more non core tasks are made easier, the more productive everyone can be. Thanks again.

Ответить
@sandan3
@sandan3 - 12.12.2022 14:24

Very cool! I'd be interested to see a video on how to integrate internationalization with vite, pinia and a cms

Ответить
@MobiusCoin
@MobiusCoin - 02.11.2022 05:03

OMG This video is a godsend. I'm trying to replace webpack as my bundler but Vite very much seems like it was build for Node-based SPAs in mind. I just need some scss and ts processed so that my WordPress themes can enqueue them and I could not for the life of me figure out how to do just. Again this video is amazing!

Ответить
@codescandy
@codescandy - 23.09.2022 11:35

Thank you so much.

Ответить
@shubhamwalhekar9356
@shubhamwalhekar9356 - 16.09.2022 18:52

Thanks Brother!! You saved us

Ответить
@smvnt3803
@smvnt3803 - 03.09.2022 10:21

This helped a lot! Thank you so much.

Ответить
@paws7983
@paws7983 - 23.08.2022 13:41

Thank you so much for this video!

Ответить
@qubi
@qubi - 11.08.2022 01:04

thank you so much for this video, it was basically exactly what i needed <3

Ответить
@emaaadelgado
@emaaadelgado - 25.07.2022 07:32

You literally saved me, i spent several ours looking for some explanation like this. THANKS a lot! You got a new follower and a new like!

Ответить
@glidelos84
@glidelos84 - 29.06.2022 15:40

excellent explanation!!!

Ответить
@dionedde
@dionedde - 28.06.2022 05:09

sir, you got a new follower.
You have a really good didactics. Your talk speed, non use of unecessary words and objectivityness amazingly help to mantain the focus.
Also you does explain details (the whays) that the most would just pass, which is a huge plus content.

Ответить
@vigilantezack
@vigilantezack - 24.06.2022 11:16

I'm not sure how entry points work for dev or production/build when used in another context (like WordPress plugin). Since the PHP framework is outputting the pages dynamically with PHP, my Vue app doesn't really have one little html entry point or one to compile with the transformed filenames and paths and such.
How would I go about developing without using a single html entry point file, but instead require the entire PHP framework to run in order to run my app? In other words, WordPress has to run, which runs the theme and displays the pages where I output shortcode which then runs my plugin which then outputs the Vue stuff. So my entry point is a dynamic page created by WP, not one html file in my Vue project folder.
I can't find much info about using any other kind of "entry" beside an html file in the project root.

Ответить
@lazarkulasevic
@lazarkulasevic - 20.06.2022 14:19

Thanks for the tutorial

Ответить
@balishittin7484
@balishittin7484 - 30.05.2022 03:53

You scare me

Ответить
@sivertskarning2129
@sivertskarning2129 - 28.05.2022 11:55

Fantastic! Very good explanation.

Ответить
@saioabikandi9884
@saioabikandi9884 - 26.05.2022 10:29

Very easy to understand, thanks :)

Ответить
@muhammaddarwis8745
@muhammaddarwis8745 - 31.03.2022 04:54

can you show me how to setting up the environment of ASP .net core 6 with vite + vue 3..

Ответить
@ravindrayr1232
@ravindrayr1232 - 22.03.2022 15:36

Great helped me lot, i am moving away from webpack

Ответить
@ranavitaln
@ranavitaln - 12.03.2022 22:28

Thank you very much!!!! can you show how intgrate in vs 2019 mvc ?

Ответить
@emanuelturis4132
@emanuelturis4132 - 12.03.2022 19:00

Thank you very much! I'm using Vite to build a WordPress plugin with React and this video helped me get over a crucial part of it!

Ответить
@aniket0aniket
@aniket0aniket - 02.03.2022 10:34

Thanks for the explanation. this was helpful.

Ответить
@federicotarasco797
@federicotarasco797 - 18.02.2022 21:36

Thx for the explanation!
I don't understand how to build my app and include, in the building process, all the things (pages, services and components) I've created inside src folder. Could you help me with that please?

Ответить
@mackenmd
@mackenmd - 31.12.2021 07:55

Well done - great introduction! Thank you, sir.

Ответить
@cnikolov
@cnikolov - 21.12.2021 16:56

Im still using webpack because of the documentation and the tons of plugins it has to offer

Ответить