Skip to content

Instantly share code, notes, and snippets.

@jjangga0214
Last active October 11, 2018 21:04
Show Gist options
  • Save jjangga0214/a1ce3df4b627fa85d57b42471fb3f1f7 to your computer and use it in GitHub Desktop.
Save jjangga0214/a1ce3df4b627fa85d57b42471fb3f1f7 to your computer and use it in GitHub Desktop.

개발문서

디렉토리 설명

디렉토리 구조

dev 실행 및 production 빌드 방법

아키텍처

프론트엔드

  • 컴포넌트 트리

백엔드

  • REST API 또는 GraphQL API

DB 선정기준 및 모델링

스타일

css style guide

vue style guide

  • v-on 대신 약식인 @ 를 사용한다.
  • v-vind 대신 약식인 : 를 사용한다.

javascript style guide

특수

  • npm 대신 yarn 을 사용한다. (그러나 둘은 같은 package.json 을 참조하여 상호호환되므로 npm 을 사용해도 된다.)
  • yarn run dev-demo : 의뢰인을 위한 MARU 의 실시간 디자인 변경 서비스인 라이브 코딩을 위한 것이다. 따라서 webpack-dev-server 에 외부에서 접속할 수 있도록 옵션을 주었다..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment