npm install
npm install -g json-server
# run webpack-devserver
npm run serve
# running json dummy server :: --watch 옵션은 파일이 변경되면 자동으로 서버가 갱신됨.
json-server --watch dummy.json
npm run build
- vue-cli
- vue lifecycle hook
- vue-router
- template syntax
- class/ template binding
- event emit/props
- component
- event handling
- condition renderling