https://github.com/zhitrend/historyinput
类似PC端elementUI的带输入建议的输入框,本次需求是为了输入记录输入内容,再次输入时提示。可根据具体需求修改提示内容
https://github.com/zhitrend/historyinput
Last synced: about 1 year ago
JSON representation
类似PC端elementUI的带输入建议的输入框,本次需求是为了输入记录输入内容,再次输入时提示。可根据具体需求修改提示内容
- Host: GitHub
- URL: https://github.com/zhitrend/historyinput
- Owner: zhitrend
- Created: 2019-09-11T01:23:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T13:30:33.000Z (over 6 years ago)
- Last Synced: 2024-12-27T08:14:24.847Z (over 1 year ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: historyInput.gif
Awesome Lists containing this project
README
# historyinput
> 移动端webapp输入历史推荐

## 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).