Skip to content

프로그래머스 데브코스 3차 프로젝트 3팀 🔥마라🔥

Notifications You must be signed in to change notification settings

lactofreee/mongsang

 
 

Repository files navigation

mongsang
├─ .git
├─ .gitignore
├─ README.md
├─ index.html
├─ jsconfig.json
├─ package.json
├─ postcss.config.js
├─ public
│  └─ favicon.ico
├─ src
│  ├─ App.vue
│  ├─ assets
│  │  └─ css
│  │     ├─ index.css
│  │     └─ tailwind.css
│  ├─ components
│  │  ├─ HelloWorld.vue
│  │  ├─ TheWelcome.vue
│  │  ├─ WelcomeItem.vue
│  │  ├─ common
│  │  ├─ custom-hook
│  │  └─ icons
│  │     ├─ IconCommunity.vue
│  │     ├─ IconDocumentation.vue
│  │     ├─ IconEcosystem.vue
│  │     ├─ IconSupport.vue
│  │     └─ IconTooling.vue
│  ├─ layouts
│  ├─ main.js
│  ├─ pages
│  │  ├─ Diary.vue
│  │  ├─ Home.vue
│  │  └─ Record.vue
│  ├─ router
│  │  └─ index.js
│  ├─ store
│  └─ styles
├─ tailwind.config.js
├─ vite.config.js
└─ yarn.lock

About

프로그래머스 데브코스 3차 프로젝트 3팀 🔥마라🔥

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 85.9%
  • JavaScript 12.0%
  • HTML 1.9%
  • CSS 0.2%