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

https://github.com/zhitrend/historyinput

类似PC端elementUI的带输入建议的输入框,本次需求是为了输入记录输入内容,再次输入时提示。可根据具体需求修改提示内容
https://github.com/zhitrend/historyinput

Last synced: about 1 year ago
JSON representation

类似PC端elementUI的带输入建议的输入框,本次需求是为了输入记录输入内容,再次输入时提示。可根据具体需求修改提示内容

Awesome Lists containing this project

README

          

# historyinput

> 移动端webapp输入历史推荐

![historyInput.gif](https://upload-images.jianshu.io/upload_images/1775503-2fb320982e1ed786.gif?imageMogr2/auto-orient/strip)

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).