Vue to-do-list
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn run dev
# 如果用dokcer建置
映射port(-p 8080:8080)直接兩個設定一樣就能解決sockjs一直跳錯的問題
# 我的環境
Node.js:alpine 9.5.0
For a detailed explanation on how things work, check out the guide and docs for vue-loader.