$ python -m http.server 8000
VSCode extension install
* Auto Rename Tag
* EditorConfig for VS Code
* ESLint
* Markdown All in One
* stylelint
* Vetur
$ npm install -g vue-cli
$ vue init webpack kcpb
-> https://github.com/vuejs-templates/webpack
$ cd kcpb
$ npm install
$ npm run dev