Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 403 Bytes

vue-modal

A vue modal dialog compoment, it's more than the vue-example - Modal.

Refer to the formal vue example - Modal

Usage

git clone https://github.com/nelsonkuang/vue-modal.git
cd vue-modal
npm install
# watch:
npm run dev
# build:
npm run build

then run npm run dev and check the page on http://localhost:8080/

jsfiddle demo