Skip to content

hong-p/vue-toy-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-toy-project

vue.js 를 활용한 toy project 입니다.

1.vue-search-words

문자열에서 여러 단어를 검색하여 있는지 없는지 확인하는 기능을 가진 화면입니다.

기능설명

검색할 단어 입력시 콤마(,)로도 구분되고 엔터로도 구분됩니다.

검색할 단어가 포함 되어있는경우 O, 포함되지 않은경우 X 로 표시합니다.

영어의 경우 대소문자 구분여부 조건을 변경 할 수 있습니다.

검색된 개수를 클릭시 해당 조건에 맞는 리스트만 보여줍니다.

초기 화면

image

검색 화면

image

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Releases

No releases published

Packages

No packages published