mvn install
git add .
git commit -m "커밋 메시지"
git push -u origin main
git log --branches --not --remotes
cd front-end
npm run serve
mvn clean install
- (Vue.js) npm run serve
- vue-cli-service serve 명령어를 호출해서 개발 서버를 실행
- (Vue.js) 테스트 실행 시 오류
npm test
명령어 수행 시 ~ package.json 오류 발생하는 경우- 해당 명령어는 package.json 이 위치한 경로에서 수행되어야 함