| App.vue | main.js | text.txt | +---api | drf.js +---components | | AccountErrorList.vue | | | +---community | | ArticleForm.vue | | ArticleHotSortSelect.vue | | ArticleSortSelect.vue | | ArticleTitleItem.vue | | ArticleUnitSelect.vue | | CommentForm.vue | | CommentItem.vue | | CommentSection.vue | | | +---movies | | ActorItem.vue | | CardItem.vue | | CardList.vue | | FilterSortSection.vue | | GenresSelectBox.vue | | ReviewItem.vue | | ReviewList.vue | | SearchBarSection.vue | | SearchedCardItem.vue | | SearchedCardSection.vue | | TypeSelectBox.vue | | | +---pagination | | ArticleFreePagination.vue | | ArticleHotPagination.vue | | ArticleReviewPagination.vue | | ArticleTotalPagination.vue | | | \---profile | ProfileArticleItem.vue | ProfileBookmarkedMovieItem.vue | ProfileCommentItem.vue | ProfileContentSection.vue | ProfileLikedMovieItem.vue | ProfileUserSection.vue | +---plugins | vuetify.js | +---router | index.js | +---store | | index.js | | | \---modules | accounts.js | common.js | community.js | movies.js | +---styles | | _app.scss | | _variables.scss | | | \---mixins | _button.scss | _components.scss | _font.scss | _form.scss | _layout.scss | _mixins.scss | _pagination.scss | _profile.scss | _select.scss | \---views | NotFound404.vue | +---accounts | LoginView.vue | LogoutView.vue | SignupView.vue | +---community | ArticleCreateView.vue | ArticleDetailView.vue | ArticleEditView.vue | CommunityFreeView.vue | CommunityHotView.vue | CommunityReviewView.vue | CommunityTotalView.vue | +---movies | HomeView.vue | MovieDetailView.vue | MovieSearchView.vue | \---profile ProfileArticleView.vue ProfileBookmarkView.vue ProfileCommentView.vue ProfileLikeView.vue