목록FE/Vue (1)
오봉이와 함께하는 개발 블로그
Vue - 진입점
디렉토리 구조 . └── component ├── README.md ├── babel.config.js ├── jsconfig.json ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ └── index.html ├── src │ ├── App.vue │ ├── assets │ │ └── logo.png │ ├── components │ │ ├── ArticleList.vue │ │ ├── ChildComponent.vue │ │ ├── DataService.vue │ │ ├── HelloWorld.vue │ │ ├── ParentComponent.vue │ │ └── layout │ │ ├── Footer.vue │ │ └── ..
FE/Vue
2023. 8. 28. 20:22