Skip to content

Learning project realised in 2023 during my second year IT studies internship at Loria, in Nancy, France.

Notifications You must be signed in to change notification settings

Hugo-COLLIN/Loria-BulmaVueJS-Learning

Repository files navigation

Bulma VueJS Tutorial

Learning project realised in 2023 during my second year IT studies internship at Loria, in Nancy, France. The repo is divided in four parts:

Part 1: Bulma

I followed the 1 to 9 chapters of the "Creating Interfaces with Bulma" Jeremy Thomas' book : https://bleedingedgepress.com/creating-interfaces-bulma/

Part 2: VueJS

I followed videos from the Youtube channel "La Tech avec Bertrand" to learn VueJS basics :

  1. Tuto Vue JS 3 : les bases ! ( tutorial pour débutant en français ) - YouTube
  2. [GUIDE] Débutez avec Vue CLI, Vue Router et VueX (fr) - YouTube
  3. VUE 3 : les Nouveautés Vue JS 3.0.0 - YouTube
  4. Passer des requêtes à une API REST dans Vue JS avec Axios Tuto Javascript - YouTube

Part 3: VueJS + Bulma

I followed the chapter 12: VueJS integration of the "Creating Interfaces with Bulma" Jeremy Thomas' book.

Part 4: VueJS + Bulma + API + reusable components + documentation + tests + docker (this line is too long)

  • I used the @Sacus1 API to apply changes from the interface to its database.
  • I externalised some VueJS code into components to make it reusable.
  • @Sacus1 made CodeceptJS tests
  • @Sacus1 Dockerized the project
  • I made the documentation using Vuese