So in this tutorial we are going to create a table and have our table be filtered automatically. The first thing we do is include our vue.js script. We are using it as a script and not compiling it. <script src="https://cdn.jsdelivr.net/npm/vue@2.5.21/dist/vue.js"></script> This tutorial is more of a continuation from some vue.js with php tutorials I … Continue reading Table filtering in Vue.js
Category: Vue
Building a single page application with vue.js and axios.
In this tutorial we create a single page app that fetches data from an api. To do this we used axios api. We work with child components and use a router. We also added some pagination.
Create a quantity table with Vue.js and PHP.
To get the code click this button. So for this mini application I created a quantity table. This is great for if you have some kind product order form. The user can select different quantities to purchase from a list of items in the table. They will immediately get to see how the changes in … Continue reading Create a quantity table with Vue.js and PHP.
Creating a Form Wizard in PHP using Vue.js
Get the Code HERE!!! We can create a simple wizard in PHP using Vue.js. This is great for a single page application if you don't want to mess with a older built PHP application. You can deploy your form wizard using Vue.js and just point the form submit URL wherever you want it to go. … Continue reading Creating a Form Wizard in PHP using Vue.js
Creating single page applications with Vue.js and PHP.
So I can't speak to if this is an allowed use of vue.js with PHP but it does work. I created some mini-apps to illustrate how Vue.js can be used as a better jQuery ( or just less verbose ) in PHP applications. I created four mini applications. General - This app just shows how … Continue reading Creating single page applications with Vue.js and PHP.
Building a responsive blackboard application using Vue.js.
Vue describes itself as approachable, versatile and performant. Seems cool. So I decided to try it out. For this tutorial I created a Blackboard single page application to test run this JavaScript framework. The user interface is poor to say the least but it has some cool features without using a database. You can enter … Continue reading Building a responsive blackboard application using Vue.js.