https://github.com/pmg1989/m-date-picker
mobile html5 m-date-picker
https://github.com/pmg1989/m-date-picker
date-picker mobile zepto
Last synced: 7 months ago
JSON representation
mobile html5 m-date-picker
- Host: GitHub
- URL: https://github.com/pmg1989/m-date-picker
- Owner: pmg1989
- License: mit
- Created: 2016-09-01T09:50:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T07:45:44.000Z (over 9 years ago)
- Last Synced: 2024-12-28T13:31:13.552Z (over 1 year ago)
- Topics: date-picker, mobile, zepto
- Language: JavaScript
- Homepage: https://pmg1989.github.io/m-date-picker
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# m-date-picker
html5 m-date-picker
## 演示地址
https://pmg1989.github.io/m-date-picker
## 快速开始
克隆项目文件:
```
git clone git@github.com:pmg1989/m-date-picker.git
```
进入目录安装依赖:
```
npm install 或者 yarn 或者 yarn install
```
开发:
```bash
run npm start or yarn start or gulp connect
打开 http://localhost:8888
```