We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
아래와 같은 구조에서 조금더 우리가 협업하기 좋게 맞춰 나가면 좋을거 같습니다.
Vue 를 알아가는 단계라서 확신은 못하지만.. 편할거 같네요 어제 말했듯이..ㅋㅋ
src ├── App.vue ├── assets | ├── css | | └── main.css | ├── font | └── img ├── commons | ├── directives | ├── functions | ├── resources | └── validations ├── config | ├── directives.js | ├── router.js | └── validations.js ├── shared-components | ├── RangeCustom.vue | ├── Sidebar.vue | └── Toolbar.vue ├── spa | ├── Login | | ├── components | | └── Login.vue | ├── Products | | ├── components | | └── Products.vue | ├── components | ├── Home.vue | └── NotFound.vue ├── vuex | ├── modules | └── store.js └── main.js
Reference : vuejs-kr/vuejs-kr.github.io#28
The text was updated successfully, but these errors were encountered:
ChanGrea
jigyeong
No branches or pull requests
아래와 같은 구조에서 조금더 우리가 협업하기 좋게 맞춰 나가면 좋을거 같습니다.
Vue 를 알아가는 단계라서 확신은 못하지만.. 편할거 같네요 어제 말했듯이..ㅋㅋ
Reference : vuejs-kr/vuejs-kr.github.io#28
The text was updated successfully, but these errors were encountered: