todo 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. 요구사항 todo, doing, done 3가지 종류로 todo list를 관리하고 싶어요. 등록할때부터 todo, doing, done을 구분해서 등록할 수 있도록 하고 싶어요. 각각의 카드를 수정하고 저장 할 수 있도록 해주세요.