Setting up components with Vue
Note: Depending on your Vue knowledge and whether or not you are following along with the previous examples, you can skip to the next section where this chapter will explain implementing more Bulma functionality. The snippets from now on might not be complete, but for full code see the books accompanying GitHub page.
In the last chapter you setup Vue with routing and installed Bulma. Now it’s time to move over the HTML from previous chapters into the .vue
files. You will start with setting the main template in the App.vue
file and then create some of the components from the previous chapters inside the pages
folder. Later, you will finish off a few components with more interactive functionality.