Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```