From the course: CSS and JavaScript Library Integration
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Integrating Bulma CSS with Vue.js - JavaScript Tutorial
From the course: CSS and JavaScript Library Integration
Integrating Bulma CSS with Vue.js
- [Instructor] It's usually very easy for anyone to visit a website and point out the various flaws and design errors until they try to build one themselves. So let's go through how to use Bulma CSS framework in the Vue.js project. For a recap, Bulma is a free and open-source CSS framework. It simply provides CSS classes to help you style HTML code. It's a Flexbox-based CSS framework. With Bulma CSS, developers can easily implement CSS on web pages more efficiently than with plain CSS. To get started, you need to scaffold a new Vue project using Vite. Run npm create vite@latest my-vue-app -- --template vue from your terminal. Follow the prompt that comes after the command to name your project and scaffold it. After that, change your directory into the project folder, and install all the dependencies, then run the project. That is... cd, name of the project, my-vue-app. Once you're in the directory, you run npm install.…
Contents
-
-
-
-
-
(Locked)
Overview of Bulma CSS library2m
-
Integrating Bulma CSS with React.js3m 21s
-
Implementing a basic UI with Bulma and React.js6m 14s
-
(Locked)
Integrating Bulma CSS with AngularJS3m 6s
-
(Locked)
Implementing a basic UI with Bulma and AngularJS3m 21s
-
(Locked)
Integrating Bulma CSS with Vue.js3m 26s
-
(Locked)
Implementing a basic UI with Bulma and Vue.js8m 4s
-
(Locked)
-
-