Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

MOPCON/mopcon-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mopcon-website

純前端的開發環境

環境準備

要使用 Gulp,第一步就是要安裝 Node.js 下載網址 安裝 node.js 也會順便把 npm 安裝進去,要注意 npm 版本過舊可能會導致之後 build 失敗
更新 node, npm 參考資料

安裝套件管理器至全域(在 Mac 要記得加 sudo 不然會裝不進去)

npm install -g gulp

安裝 build 網頁時會用到的前處理器

npm install

執行

gulp

Releases

No releases published

Packages

No packages published