An autocomplete input component for Korean
-
기존의 오픈소스 Vue autocomplete 컴포넌트들은 한국어에 대한 고려가 없었습니다.
-
한국어는 입력하는 과정에서 다음글자의 초성이 종성으로 들어가는데 그럴경우에도 잘 작동되도록 구현된 간단한 자동완성 컴포넌트입니다.
-
Hangul.js 를 사용했습니다.
https://whdckszxxx.github.io/vue-korean-autocomplete
npm install vue-korean-autocomplete --save
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for windows
npm run build_windows
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit