All Projects → ParkYoungWoong → 11st-vue-app

ParkYoungWoong / 11st-vue-app

Licence: other
[11번가 x 패스트캠퍼스] 신입 개발자 역량 육성 과정 FE 강의 예제.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Labels

Projects that are alternatives of or similar to 11st-vue-app

roulier
API for package delivery
Stars: ✭ 18 (-5.26%)
Mutual labels:  parcel
rocket-emoji
🚀 Find and copy an emoji to your clipboard in one click.
Stars: ✭ 42 (+121.05%)
Mutual labels:  parcel
parcelui
Parcel + Typescript + React/Preact + Router + CSS Modules + SASS + Jest + Api-Now + Github Actions CI
Stars: ✭ 32 (+68.42%)
Mutual labels:  parcel
parcel-plugin-prerender
No description or website provided.
Stars: ✭ 42 (+121.05%)
Mutual labels:  parcel
vue-composition-api-ts-todo
ToDo List with Vue 3 Composition API and TypeScript
Stars: ✭ 69 (+263.16%)
Mutual labels:  parcel
wordpress-starter
Timber (Twig) + Parceljs Bundler
Stars: ✭ 19 (+0%)
Mutual labels:  parcel
screenREC
A really simple , ad-free & minimal web based screen recorder 📹
Stars: ✭ 67 (+252.63%)
Mutual labels:  parcel
electron-react-parcel-boilerplate
A boilerplate for Electron + React + Parcel.
Stars: ✭ 60 (+215.79%)
Mutual labels:  parcel
parcel-react
📦🚀 A minimal React.js boilerplate project with parcel as bundler.
Stars: ✭ 72 (+278.95%)
Mutual labels:  parcel
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (+147.37%)
Mutual labels:  parcel
serverless-plugin-parcel
A Serverless framework plugin to bundle assets with Parcel (ES6/7 or Typescript)
Stars: ✭ 23 (+21.05%)
Mutual labels:  parcel
preact-typescript-parcel-starter
Starter with Preact - Typescript - Parcel Bundler
Stars: ✭ 51 (+168.42%)
Mutual labels:  parcel
parcel-pixijs-quickstarter
Example App using pixiJS and Typescript bundled with parcel
Stars: ✭ 48 (+152.63%)
Mutual labels:  parcel
parcel-typescript-example
A minimum TypeScript app with Parcel Bundler.
Stars: ✭ 100 (+426.32%)
Mutual labels:  parcel
hyperapp-todo-parcel
marcusasplund.github.io/hyperapp-todo-parcel/
Stars: ✭ 12 (-36.84%)
Mutual labels:  parcel
parcel-react-app
Create React apps using Parcel as build tool.
Stars: ✭ 12 (-36.84%)
Mutual labels:  parcel
simplefolio
⚡️ A minimal portfolio template for Developers
Stars: ✭ 10,737 (+56410.53%)
Mutual labels:  parcel
cookiecutter-flask-react
Cookiecutter for a Flask+React project
Stars: ✭ 22 (+15.79%)
Mutual labels:  parcel
blazingly-ssr
A blazing fast server side rendering & project optimiser cli tool using Parcel (POC/Experiment)
Stars: ✭ 41 (+115.79%)
Mutual labels:  parcel
phoenix-elm-template
A starter repo with Phoenix, Elm 0.19, and Parcel
Stars: ✭ 16 (-15.79%)
Mutual labels:  parcel

Netlify Status

11st landing page clone app

Vue3를 사용하는 11번가 랜딩 페이지 클론 프로젝트입니다.

DEMO

🏁 Getting started!

$ npm i && npm run dev
## localhost:8080으로 접속

🗺 APIs~

Method URL Response
GET https://trusting-williams-8cacfb.netlify.app/.netlify/functions/main JSON
GET https://trusting-williams-8cacfb.netlify.app/.netlify/functions/search String

'검색 요청'은 의도적으로 1.5초 뒤에 응답합니다!

Parameters

Parameter Type URL Required Description
apiKey String - Y 인증 키
requestName String main Y 요청할 데이터 이름
searchText String search Y 검색어

Request names

Name Description
navigations 네비게이션 메뉴 목록
rankings 실시간 쇼핑 검색어 목록 (1~20위)
billboards 빌보드 슬라이드(Swiper) 제품 목록 (12개)
directs 바로가기 메뉴 목록 (쇼킹딜~사업자전용몰)
banner 전역 우하단 고정 배너 내용
hotFocus 시선집중 할인 제품 목록 (6개)

💡 Specs

  • 11st API(Custom)
  • Webpack
  • Vue3
  • Vuex(Store)
  • SCSS
  • Babel
  • ESLint
  • PostCSS
  • Autoprefixer
  • Axios
  • Swiper
  • Lodash
  • Dayjs

🎯 Goals

  • Webpack 번들러로 Vue3 프로젝트를 구성할 수 있습니다.
  • 11번가 커스텀 API를 요청하고, 실제 쇼핑 데이터를 응답받아 처리할 수 있습니다.(Axios)
  • Global Navigation을 구성하고 디테일한 동작을 제어할 수 있습니다.
  • 다양한 종류의 슬라이드 효과를 개발할 수 있습니다.(Swiper)
  • 가벼운 날짜 정보를 처리할 수 있습니다.(Day.js)
  • Image Sprite 방식으로 이미지 요청 횟수를 줄일 수 있습니다.
  • 페이지의 각 섹션(Section)의 내용을 Lazy Loading할 수 있습니다.(Intersection Observer)
  • Vue.js 플러그인을 생성하고 적용할 수 있습니다.
  • 중앙 집중식 데이터를 처리하고 네임스페이스를 관리할 수 있습니다.(Vuex)
  • Vue SFC(싱글 파일 컴포넌트) 스타일을 정의해, 협업을 위한 코드 품질을 향상시킬 수 있습니다.(ESLint)
  • CSS 공급 업체 접두사를 자동으로 생성할 수 있습니다.(Autoprefixer)
  • SCSS(CSS Preprocessor)로 더 쉽고 빠르게 스타일을 작성하고 관리할 수 있습니다.

📦 Packages

  • webpack: 모듈(패키지) 번들러의 핵심 패키지
  • webpack-cli: 터미널에서 Webpack 명령(CLI)을 사용할 수 있음
  • webpack-dev-server: 개발용으로 Live Server를 실행(HMR)
  • babel-loader: JS 파일을 로드
  • vue-loader: Vue 파일을 로드
  • vue-style-loader: Vue 파일의 로드된 스타일(CSS)을 <style><head>에 삽입
  • css-loader: CSS 파일을 로드
  • postcss-loader: PostCSS(Autoprefixer)로 스타일 파일을 처리
  • sass-loader: SCSS(Sass) 파일을 로드
  • file-loader: 지정된 파일(이미지)을 로드
  • html-webpack-plugin: 최초 실행될 HTML 파일(템플릿)을 연결
  • copy-webpack-plugin: 정적 파일(파비콘, 이미지 등)을 제품 폴더(dist)로 복사
  • @babel/core: ES6 이상의 코드를 ES5 이하 버전으로 변환
  • @babel/preset-env: Babel 지원 스펙을 지정
  • @babel/plugin-transform-runtime: 폴리필이 필요한 부분(Async/Await 등)에서 Babel 헬퍼 함수를 재사용해 코드 사이즈 축소
  • @babel/runtime-corejs3: transform-runtime 플러그인이 사용하는 폴리필 모듈(core-js)
  • sass: 스타일 전처리기 SCSS(Sass) 문법을 해석 및 변환
  • postcss: 다양한 스타일 후처리기 패키지
  • autoprefixer: 스타일에 자동으로 공급 업체 접두사(Vendor prefix)를 적용하는 PostCSS의 플러그인
  • vue: Vue.js 프레임워크
  • @vue/compiler-sfc: .vue 파일(SFC, 3버전)을 해석
  • eslint: 정적 코드 분석 도구 (+ESLint)
  • eslint-plugin-vue: Vue.js 코드 분석 (+ESLint)
  • vuex: 중앙 집중식 저장소 (+Vuex)

ESLint Auto fix on save for VSCode

  • 모든 명령 표시(Windows: Ctrl+Shift+P / macOS: Cmd+Shift+P)
  • 모든 명령 표시에서 settings 검색
  • Preferences: Open Settings (JSON) 선택
  • 오픈된 settings.json파일에서 아래 코드 추가 및 저장
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].