vscode 擴充

主題: Atom One Dark

程式碼高亮: https://highlightjs.org/

MarkDown: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

Session
1
2
3
4
5
6
7
8
9
10
11
12
13

vue init webpack-template v-demo
- name
- description
- Author
- vue build [Runtime Compiler]
- vue-router [y]
- eslint [n]
- unit test [n]
- e2e test [n]
cd v-demo
yarn [ brew install yarn ]
yarn dev