Skip to content
New issue

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 디렉터리 구조 제안 #3

Open
KiWooyoung opened this issue Dec 4, 2018 · 0 comments
Open

Vue 디렉터리 구조 제안 #3

KiWooyoung opened this issue Dec 4, 2018 · 0 comments
Assignees

Comments

@KiWooyoung
Copy link
Contributor

아래와 같은 구조에서 조금더 우리가 협업하기 좋게 맞춰 나가면 좋을거 같습니다.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants