這是一個快速開發的樣版,主要透過npm模組與gulp流程管理工具進行快速開發
-
安裝nodejs
請參考 https://nodejs.org/en/ -
安裝yarn
請參考 https://yarnpkg.com/en/docs/install -
安裝 node moules
至專案root 使用指令yarn install
至專案root
使用指令 yarn dev
並到 http://localhost:8080/
即可看到畫面
至專案root
使用指令 yarn start
至專案root
使用指令 yarn build_win
打包後的exe 則會出現在 專案root/dist/ 底下