micro site
? Initial release
固執己見的微前端,可用於建立單頁程式。非常適合登陸頁面或註冊頁面。它在背景使用靜態網站產生器 Eleventy (11ty) 並設定常見的 11ty 預設值。
clean-css
內聯和縮小 CSSterser
內聯和縮小 JavaScriptmetadata.json
全域資料文件base.njk
佈局模板assets folder
這是一個*骨架項目,因此它不包含任何元件或基本樣式。這是一個*自帶前端。
metadata.json
文件index.njk
文件並開始編寫您的網站!需要 Node.js 和 npm
請依照以下步驟開始:
$ git clone https://github.com/systemdes/micro-site.git
npm i
npm run dev
在本機開發伺服器上啟動 live-reloadzz。
micro-site/
├── _site/ // output folder of 11ty
├── _data/
│ └── metadata.json // metadata for the website
├── _includes/
│ ├── style.css // minified and inlined
│ ├── script.js // minified and inlined
│ └── base.njk // base layout
├── assets/ // passtrough copy
├── index.njk/ // landing page
└── .eleventy.js // 11ty configurations
eleventy-image
進行影像優化eleventy-cache-assets
進行資產緩存eleventy-plugin-syntaxhiglight
支援語法高亮顯示麻省理工學院©丹尼‧德‧弗里斯