Simple example of Vue.js custom elements which includes following features. Switch - Alternative for input checkbox, Text Input - Type text and password, Button - Simple button, Loading button and disabled button, Select - Simple select options, Multiselect - Multiple dropdown select
Simple example of Vue.js custom elements which includes following features.
Make sure you have installed Vue CLI.
To install vue CLI, follow instructions from here: https://cli.vuejs.org/guide/installation.html
Download or Clone the project
git clone https://github.com/kazinayem2011/vue.js_custom_elements.git
Switch to project directory
cd <project_directory>
Install the dependency
npm install
Install the dependency
npm start
Browse url with:
http://localhost:8080
N.B: This repository is created by me while learning vue.js. You can find the full tutorial series in youtube and all credit goes to “Mamunur Rashid” Bhai.
See Tutorial Link.