/simple-web-project

Web project, Base on nodejs and used glup workflow tool.

Primary LanguageJavaScriptMIT LicenseMIT

Simple Web Project

這是一個快速開發的樣版,主要透過npm模組與gulp流程管理工具進行快速開發

開發環境安裝


啟動開發用server

至專案root
使用指令 yarn dev 並到 http://localhost:8080/
即可看到畫面


預覽變成應用程式後的畫面

至專案root
使用指令 yarn start


打包成 windows exe

至專案root
使用指令 yarn build_win
打包後的exe 則會出現在 專案root/dist/ 底下