https://github.com/pmg1989/dialog
A dialog based jQuery plugin or Knockout.js
https://github.com/pmg1989/dialog
dialog jquery knockoutjs plugin validation validator
Last synced: 4 months ago
JSON representation
A dialog based jQuery plugin or Knockout.js
- Host: GitHub
- URL: https://github.com/pmg1989/dialog
- Owner: pmg1989
- Created: 2016-03-02T05:21:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T08:10:52.000Z (over 9 years ago)
- Last Synced: 2025-04-12T16:49:36.512Z (about 1 year ago)
- Topics: dialog, jquery, knockoutjs, plugin, validation, validator
- Language: JavaScript
- Homepage: http://pmg1989.github.io/dialog
- Size: 158 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dialog
A dialog based on jQuery plugin and Knockout.js
## 演示地址
http://pmg1989.github.io/dialog
## 快速开始
克隆项目文件:
```
git clone git@github.com:pmg1989/dialog.git
```
进入目录安装依赖:
```
npm install 或者 yarn 或者 yarn install
```
开发:
```bash
run npm start or yarn start or gulp connect
打开 http://localhost:8888
```