0.0.32 • Published 6 years ago

polestar-template v0.0.32

Weekly downloads
4
License
BSD 3-Clause
Repository
github
Last release
6 years ago

polestar-template

This is NKIA UI React Template.

Quick Overview

npm install --save-dev polestar-template

cd ./node_modules/polestar-template/templates
npm start

Directory Layout

.
├── /config/                    # Configuration for NKIA SOFTWARE PRODUCT UI
├── /template/                  # Template for NKIA SOFTWARE PRODUCT UI
└── package.json                # The list of 3rd party libraries and utilities

Package Layout

.
├── /components/                # 공통으로 사용되는 UI 컴포넌트 패키지
├── /containers/                # 화면 패키지
│   └── /{view name}/               # 화면 이름
│       ├── /components/                # 해당 화면에서 사용하는 UI Components
│       ├── /actions.js                 # redux actions
│       ├── /constants.js               # 상수 정의
│       ├── /index.js                   # view index
│       ├── /reducer.js                 # redux reducer
│       ├── /sagas.js                   # redux-saga task
│       └── /selectors.js               # store의 값을 리턴하는 getter 함수
├── /reducers/                  # redux reducer 패키지
│   └── /index.js                   # root reducer
├── /routes/                    # router 패키지
│   ├── /index.js                   # router path 설정
│   └── /RouteWithSubRoutes.js      # sub route render
├── /sagas/                     # redux-saga 패키지
│   ├── /index.js                   # redux-saga root task
│   └── /sagaMonitor.js             # saga monitor util
├── /services/                  # service 패키지
│   ├── /{service name}/            # service 단위별 패키지
│   └── /index.js                   # service index
├── /store/                     # redux store 패키지
│   └── /configureStore.js          # store 생성 함수
├── /styles/                    # style 소스 패키지
├── index.html                  # index html file
└── index.js                    # index js file
0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago