
Vue JS 2 বাংলা টিউটোরিয়াল #15 Routing with vue-router এর সোর্স কোড : .htaccess: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . index.html [L] index.html: &l...
Vue JS 2 বাংলা টিউটোরিয়াল #15 Routing with vue-router এর সোর্স কোড : .htaccess: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . index.html [L] index.html: &l...
Vue JS 2 বাংলা টিউটোরিয়াল #14: Transition Animation এর সোর্স কোড : index.html: <!DOCTYPE html> <html> <head> <title>Vue Js Bangla Tutorial</title> <style type="text/css"> .foo{ ...
Vue JS 2 বাংলা টিউটোরিয়াল #13 Practical component example এর সোর্স কোড : style.css: body{ background: #e3e3e3; } .panel{ width: 960px; margin: 44px auto; border: 1px solid #c5c0c0; background: #EEEEEE; } .panelTitle{ back...
Vue JS 2 বাংলা টিউটোরিয়াল #12: Component communications and custom events এর সোর্স কোড : style.css: body{ background: #e3e3e3; } .panel{ width: 960px; margin: 44px auto; border: 1px solid #c5c0c0; background: #EEEEEE; } .panelTitle...
Vue JS 2 বাংলা টিউটোরিয়াল #11: Components এর সোর্স কোড : style.css: body{ background: #e3e3e3; } .panel{ width: 960px; margin: 44px auto; border: 1px solid #c5c0c0; background: #EEEEEE; } .panelTitle{ background: #D...
Vue JS 2 বাংলা টিউটোরিয়াল #10: Filter এর সোর্স কোড : index.html: <!DOCTYPE html> <html> <head> <title>Vue Js Bangla Tutorial</title> </head> <body> <div id="root"> {{nam...
Vue JS 2 বাংলা টিউটোরিয়াল #9 Computed Properties এর সোর্স কোড : index.html: <!DOCTYPE html> <html> <head> <title>Vue Js Bangla Tutorial</title> </head> <body> <div id="...
Vue JS 2 বাংলা টিউটোরিয়াল #8: Event and methods এর সোর্স কোড : Index.html: <!DOCTYPE html> <html> <head> <title>Vue Js Bangla Tutorial</title> </head> <body> <div id="root"&g...
Vue JS 2 বাংলা টিউটোরিয়াল #7: Conditional rendering এর সোর্ড কোড : index.html: <!DOCTYPE html> <html> <head> <title>Vue Js Bangla Tutorial</title> </head> <body> <div id="root"> ...
Vue JS 2 বাংলা টিউটোরিয়াল #6: List Rendering এর সোর্স কোড : Source: index.html: <!DOCTYPE html> <html> <head> <title>Vue Js Bangla Tutorial</title> </head> <body> <div id="root"> <h...