Skip to content
This repository was archived by the owner on Apr 19, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 591 Bytes

File metadata and controls

33 lines (27 loc) · 591 Bytes

groovers index page mockup with vue

Project setup

npm install
npm install -g json-server

Compiles and hot-reloads for development

# run webpack-devserver
npm run serve

# running json dummy server :: --watch 옵션은 파일이 변경되면 자동으로 서버가 갱신됨.
json-server --watch dummy.json

Compiles and minifies for production

npm run build

what I learned during 3 days

  • vue-cli
  • vue lifecycle hook
  • vue-router
  • template syntax
  • class/ template binding
  • event emit/props
  • component
  • event handling
  • condition renderling