Code Monkey home page Code Monkey logo

ui.eoshub's Introduction

elm 파 볼 시간이 안되서 만드는 eoshub UI 전용 저장소입니다.


환경설정

macos 기준으로 설명합니다.

brew install imagemagick --with-ghostscript
npm install gulp -g
npm install --save

실행

로컬에서 실행해볼떄

gulp local

개발된 ui를 github pages에서 확인

gulp deploy

extra

bp list의 imagesprite 처리

gulp makeSprite

ruby에서 사용하는 popup sass 파일의 별도 생성

gulp make:popupStyleForRuby

개발한 이미지를 eoshub.io와 싱크시킬때

처리된 asset을 저장소끼리 복사합니다.

# 스타일시트와 이미지 파일을 복사함
cp -rf ~/workspace/ui.eoshub/src/stylesheets   ~/workspace/eoshub.io/app/frontend/src/
cp -rf ~/workspace/ui.eoshub/src/image ~/workspace/eoshub.io/app/frontend/src

# 팝업용 스타일시트를 루비로 추가함
cp  ~/workspace/ui.eoshub/deploy/css/popup.scss ~/workspace/eoshub.io/app/assets/stylesheets

trouble shotting

ReferenceError: internalBinding is not defined 이란 에러가 발생할 경우 natives 모듈을 수동으로 업그레이드 해줍니다.

❯ npm install [email protected]

ui.eoshub's People

Contributors

mycoolade avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.