0.0.11 • Published 10 years ago

front-setting v0.0.11

Weekly downloads
33
License
-
Repository
-
Last release
10 years ago

웹퍼블리싱 작업환경 설정

xxxxxxxxxxx.col.kr

폴더구조

┌── dist/      (산출물폴더 : 자동생성)
│
├── source/    (작업폴더)
│   ├── js/
│   │   ├── ui
│   │   │    ├── test1.js
│   │   │    └── test2.js
│   │   │
│   │   ├── bootstrap
│   │   │    ├── test1.js
│   │   │    ├── test1.js
│   │   │    └── test2.js
│   │   │
│   │   └── vender/ (bower에 의해서 설치되는 파일(직접수정x))
│   │        ├── affix.js
│   │        ├── alert.js
│   │        ├── button.js
│   │        ├── collapse.js
│   │        ├── :
│   │        └── :
│   │
│   ├── less/
│   │   ├── ui
│   │   │    ├── test1.less
│   │   │    └── test2.less
│   │   │
│   │   └── bootstrap
│   │        ├── test1.less
│   │        ├── test1.less
│   │        └── test2.less
│   │
│   ├── images/
│   │
│   ├── html/ (html 페이지 작성)
│   │   └── index.html
│   │
│   ├── html-status/ (현황판)
│   │
│   └── html-guide/ (가이드)
│
└ node_modules (grunt로 자동화 하기 위해서 필요한 node 패키지들)

요구사항 설치

  1. 버전관리 : git설치
  2. node.js : http://nodejs.org/ 설치파일 다운후 설치
  3. bower : 윈도우키실행cmdnpm install -g bower
  4. grunt : 윈도우키실행cmdnpm install -g grunt-cli

적용하기

c:\project\test 이라는 프로젝트를 시작할 경우로 설명

  1. 윈도우키실행cmdcd c:\project
  2. git clone https://github.com/ace4gi/setting.git test
  3. cd testnpm install
  4. grunt config
  5. grunt (종료시 ctrl+C)
0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago