Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 661 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 661 Bytes

f2e-week5

Alex 宅幹嘛 x 六角學院 前端修煉精神時光屋 Week5 - 漫畫閱讀器

https://www.youtube.com/watch?v=MTpocmnewcI

Build Setup

# 安裝相關套件
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.