Introduction to Bootstrap With Vue - Full App

Introduction to Bootstrap With Vue - Full App

Program With Erik

4 года назад

99,676 Просмотров

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


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

jordan
jordan - 27.08.2023 09:23

Please buy a pop filter.
I quit after 3 min.
woulda watched the whole thing.

Ответить
Tanzeem MB
Tanzeem MB - 09.02.2023 11:20

Video not clear after 15mts

Ответить
Ahmed Ifhaam
Ahmed Ifhaam - 26.08.2022 17:18

what's the difference between bootstrap and bootstrap vue

Ответить
Robert W Tidd
Robert W Tidd - 24.07.2022 18:38

This is broke now with all of the package updates.

Ответить
Esra Klemann
Esra Klemann - 23.05.2022 11:00

This way of setting up is sadly not working for me anymore. Npm run serve creates a localhost, but the page is blank with many errors. If it's possible, I would very much appreciate an updated setup:)

Ответить
yad
yad - 16.02.2022 03:39

Great video. Just keep in minde node-sass is deprecated now

Ответить
Md. Rezwan Saki Alin.
Md. Rezwan Saki Alin. - 10.12.2021 04:16

Thanks

Ответить
Darbokst
Darbokst - 24.11.2021 18:16

Do you have a video that includes connecting vue to a database?

Ответить
Awais Safdar
Awais Safdar - 05.10.2021 23:47

bhai jan div use ki hwi hy na ap nyis sy kam ni chaluy ga in jobCard

Ответить
Manar Elnemsa
Manar Elnemsa - 13.09.2021 15:50

I have learnt a lot from you.
Thank you from Egypt

Ответить
Nilesh Vyas
Nilesh Vyas - 07.07.2021 10:20

That's amazing tutorial. you did great job man. its very clean and simple way to get understanding about vue with bootstrap. Its very helpful to beginner. Also you covered all minor details which required on basic setup.
Easy to understand and easy to develop. Thanks.

Ответить
Bhoj Kunwar Thapa
Bhoj Kunwar Thapa - 14.06.2021 09:31

I 've used bootstrap 3, 4 and now using bootstrap 5 and Vue.js 3

Ответить
Ricky Brain
Ricky Brain - 09.06.2021 13:32

is it possible to put in local images into a bcard?

Ответить
Shubhra P
Shubhra P - 15.02.2021 18:20

does Vue not have a ReactBootstrap like solution where there are equivalent Vue components for Bootstrap ?

Ответить
Mart Inn
Mart Inn - 15.11.2020 02:08

Really good stuff!
Thanks 👍

Ответить
subash nalam
subash nalam - 24.10.2020 13:46

for paginate you can do like this

pignate(currentPage) {
const start = (currentPage -1) * this.perPage;
this.displayjobs = this.jobs.slice(start, start + this.perPage);

Ответить
José Moya
José Moya - 17.10.2020 05:41

Dude I earned some dollars this week thanks to you. I really owe you a beer bro! Thanks from Argentina \m/

Ответить
ALI ALYATIMI
ALI ALYATIMI - 03.10.2020 07:09

I got this error :Property or method "jobs" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. So , jobs:[] that inside data object undefined .

Ответить
Muslimbek Vosidiy
Muslimbek Vosidiy - 21.09.2020 11:05

you are teaching too fast

Ответить
Luis Serrano
Luis Serrano - 17.09.2020 00:05

Thank you so much for the tutorial, it cover without Vuecli? I want to implement bootstrap Vue in Laravel without Vuecli and working in blade.

Ответить
Journey of CK
Journey of CK - 02.09.2020 10:00

get this error, when I run "vue create project_name" :

vue : The term 'vue' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ vue create template
+ ~~~
+ CategoryInfo : ObjectNotFound: (vue:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Ответить
64darksparo
64darksparo - 29.08.2020 22:48

i get this error "Error: The package.json file at 'D:\TestSite\package.json' does not exist"

Ответить
Q4H4R
Q4H4R - 27.08.2020 16:47

Dude ! this is pure Gold. Keep up the good work OP.

Ответить
Souissi Mouhamed Aziz
Souissi Mouhamed Aziz - 23.08.2020 01:38

la commande vue ne marche pas sur cmd

Ответить
Suraiya Aysha
Suraiya Aysha - 19.07.2020 22:04

Thank you for such kind of tutorial. I liked it. Continue making more fun with Vue. I love Vue js.

Ответить
Sokha
Sokha - 16.07.2020 11:07

thank you for your sharing

Ответить
Usman Chougule
Usman Chougule - 11.07.2020 16:55

Love your content delivery and lucid explanations! Please upload more content related to Vue CSS libraries. I think you're one of the very few devs who make videos on this and we'd love more content on this.

Ответить
Trik Ngonlen
Trik Ngonlen - 25.06.2020 04:22

thanks, bro...

Ответить
H H
H H - 18.05.2020 09:42

I followed your tutorial to build the project.But I don't know how to use BootstrapVue's Intellisense autocompletion.I already have Vetur plugin installed in Vscode.What should I do?

Ответить
Khairul Kabir
Khairul Kabir - 14.05.2020 12:15

Hey Erik thank you very much. Your explanation style is very good and also easy for beginner.

Ответить
Dzun Nurroin
Dzun Nurroin - 03.05.2020 13:51

do you have any tutorial such making a simple dashboard admin with Bootstrap vue ? please

Ответить
octaro
octaro - 28.04.2020 01:43

Awesome, i tried to add the info/details in every card but the only way to bind them was <b-card-text>{{ details }}</b-card-text> but works

Ответить
Abhishek Yadav
Abhishek Yadav - 21.04.2020 22:59

thank you a much needed video

Ответить
Andreas Hoffman
Andreas Hoffman - 20.04.2020 13:09

I have a question about this. Can Bootstrapvue be implemented with database such as Laravel?


Also, love the explanation :)

Ответить
Miraglia YT
Miraglia YT - 20.04.2020 10:47

Hi, is there any information about the BootstrapVue framework? The site has been deleted I guess, I cannot access it. Is it a temporary issue or BootstrapVue no longer supported?

Ответить
Money is energy
Money is energy - 10.04.2020 14:55

Hey thank you SO MUCH for this video, helped me a ton! You should add the next video about vuex in the playlist as it wasn't there and I panicked a bit but found it on your channel xD. Also, subbed.

Ответить
MrAvatar1234
MrAvatar1234 - 28.03.2020 13:10

how you fix the reponsivness when the column is part of a component?

Ответить
Yerassyl Kelsingazin
Yerassyl Kelsingazin - 25.03.2020 15:37

Why <b-col md="4"> for example does not return on screen 3 cards in a row? they go one under another. I don`t get style="max-width:20rem" style meaning, what does it do?

Ответить
anand pawar
anand pawar - 27.02.2020 09:23

hi erik after installing bootstrapvue i am getting error like following :

util.js:68 Uncaught TypeError: Cannot read property 'fn' of undefined
at util.js:68
at util.js:10
at bootstrap.min.js:6

at bootstrap.min.js:6
can you please help me to figure out what can i do to remove this error. please reply as soon as possible

Ответить
Xiaob H
Xiaob H - 26.02.2020 11:05

very good

Ответить
IndyHa
IndyHa - 22.02.2020 00:02

My god, you almost gave me a heart attack

Ответить
Noob Programmer
Noob Programmer - 07.01.2020 23:18

what about about tab ?

Ответить
Sahil Maharaj
Sahil Maharaj - 02.12.2019 22:10

Hey Erik, awesome videos! Would also love to see some more Gridsome content.

Ответить
Rusic Semenov
Rusic Semenov - 02.12.2019 19:17

Hello, why you don't delete tag div in each components? You have b-card, b-navbar, you don't need any more div.

Ответить