Giter Site home page Giter Site logo

prototypes's People

Contributors

dlgustn555 avatar

Watchers

James Cloos avatar  avatar

prototypes's Issues

[RxJS] 캐로셀 UI 구현해 보기 with parcel

  1. parcel-bundler 설치
npm install -g parcel-bundler
  1. parcel-ex 작업 디렉토리 생성 및 scaffolding
    image

  2. parcel 내장 개발용 서버 구동

  • 웹팩은 webpack-dev-server를 설치 해야함.
  • typescript loader를 설정 해야함.
parcel index.html -p 9001
  1. mustache.js rxjs 라이브러리추가
npm install mustache rxjs
npm install -D @types/mustache

webpack 개발 예제

  1. webpack-ex 작업 디렉토리 생성 및 scaffolding
  • package.json 생성 : npm init -y
    image
  1. webpack 설정 파일 생성 및 entry, output 설정
  2. webpack, webpack-cli 라이브러리 추가
npm install -D webpack webpack-cli
  1. webpack-dev-server 추가 및 셋팅
npm install -D webpack-dev-server
  1. mustace.js rxjs 라이브러리 추가
npm install mustache rxjs
  1. webpack에 css 로더 추가 및 css 별도 파일로 생성
npm install -D style-loader css-loader
npm install -D extract-text-webpack-plugin@next
  1. index.html 파일을 자동 생성 (빌드된 파일을 자동으로 include 해줌)
npm install -D html-webpack-plugin
  1. babel 설정
npm install -D @babel/cli @babel/core @babel/preset-env babel-loader
  1. babel-polyfill추가
npm install @babel/polyfill
  1. sass 로더추가
npm install -D sass-loader node-sass
  1. file 로더 추가
npm install -D file-loader

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.