Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 22 hours 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T07:45:44.000Z (over 7 years ago)
- Last Synced: 2024-05-21T07:41:57.653Z (6 months 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 [email protected]:pmg1989/m-date-picker.git
```进入目录安装依赖:
```
npm install 或者 yarn 或者 yarn install
```开发:
```bash
run npm start or yarn start or gulp connect打开 http://localhost:8888
```