Skip to content

Instantly share code, notes, and snippets.

@dz1984
Last active January 1, 2016 18:19
Show Gist options
  • Select an option

  • Save dz1984/8183044 to your computer and use it in GitHub Desktop.

Select an option

Save dz1984/8183044 to your computer and use it in GitHub Desktop.
玩Mimosa之隨手筆記。

Mimosa Memo

Mimosa簡介

Mimosa是適合拿來開發前端的工具包,幾乎把前端會用到工具全整合在一起,節省多於步驟。

如何安裝

$ npm -g install mimosa

快速上手 - New App

  • 建立新應用程式
$ mimosa new ProjectName

出現提示訊息要你選擇JavaScript和CSS meta-language、templateing language、server,以及server templater,會根據這些設定,建立一個應用程式骨架。

  • 啟動Server
$ mimosa watch --server

打開瀏覽器輸入http://localhost:3000/,就可以看到mimosa產生的網頁。

  • 開始Coding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment