Recent Posts

MIPS 시뮬레이터

10 minute read

Vue.js로 구현한 온라인 MIPS 시뮬레이터 GUI 앱 링크: https://mips.surge.sh GUI 깃헙: https://github.com/16Yongjin/mips-simulator-in-vue CLI 링크: https://repl.it/@yongjin08...

다양한 파일 첨부 방식

1 minute read

일반적인 파일 첨부 방식과 편리한 UX를 위한 드래그 & 드롭, 붙여넣기 파일 첨부 방식 구현하기 1. 인풋 태그 사용 파일 선택 시 인풋태그에서 파일을 가져온다. <template> <input multiple type="file" accept="...