We use a Vue component to display messages based on success or failure in our Laravel application. We use a Vue Transition wrapper component for these notifications to be precise.
VueJS
Articles categorized in: VueJS
Working with ESLInt in Visual Studio code you might run into this error elements in iteration expect to have ‘v-bind:key’ directives.eslintvue/require-v-for-key[vue/require-v-for-key]Elements in iteration expect to have ‘v-bind:key’ directives Checking the
This morning I wanted to startup VuePress. I ran into an issue running the development server using npm run docs:dev That issue was the following error: But the package-lock.json is
In this part nine we are going to discuss how to set up backend routes and controllers, but before we start let me get a few things out of the
As mentioned in part one of the series we are using Mongoose so we can work with schemas and models like we are used to working with relational database models.
Let’s create a Vue Project with the Vue Command Line Interface and work with Vue files in this post. We will start with the whole setup explaining a few things
We need to now implement the Express API so we can connect our Vue Store to the MongoDB database. We do this setting up Express with the CLI tool, creating
A Node, Express, MongoDB Backend Stack is chosen for our Vue Shop. Other options are available of course, but this is the choice made. We will now work out how
To enter data for our products we will be needing Product Form Fields. In Vue you can use v-model for two way form binding. In the linked blog post we created
The administration part of your shop needs many features. For those we need to create nested routes. We will need a create, edit, update page at least. These you would
Now that we created our first page and route let’s work on the Vue route links. By that I mean the actual navigation of the site. To do that we
In Building a Store with Vue – Part Two we will discuss setting up a Single Page Application for our Vue based shop. This means there will be one single