Alex 宅幹嘛 x 六角學院 前端修煉精神時光屋 Week5 - 漫畫閱讀器
# 安裝相關套件
npm install
# 執行網頁伺服器
npm run dev
# 執行API伺服器
npm run api
# 執行網頁伺服器 & API伺服器 *建議使用*
npm start
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.