项目作者: kazinayem2011

项目描述 :
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
高级语言: Vue
项目地址: git://github.com/kazinayem2011/vue.js_custom_elements.git
创建时间: 2020-04-27T09:22:57Z
项目社区:https://github.com/kazinayem2011/vue.js_custom_elements

开源协议:

下载


Vue.js Custom Elements

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

Prerequisites

Make sure you have installed Vue CLI.
To install vue CLI, follow instructions from here: https://cli.vuejs.org/guide/installation.html

Installation

Download or Clone the project

  1. git clone https://github.com/kazinayem2011/vue.js_custom_elements.git

Switch to project directory

  1. cd <project_directory>

Install the dependency

  1. npm install

Run

Install the dependency

  1. npm start

Browse url with:

  1. 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.