Out-of-the-box super mini Web Technology implement, focus on creating static websit and web application.
開箱即用的超迷你網路技術,用於建立網站與開發互動應用程式。
-
除了全球標準以外,無任何額外依賴
- 遵從 HTML Living Standard https://html.spec.whatwg.org/
- 遵從 Javscript 最新標準 https://tc39.es/ecma262/ 完整的瀏覽器支援表 http://compat-table.github.io/compat-table/es2016plus/
- 遵從 CSS 標準 https://www.w3.org/Style/CSS/specs.en.html
-
免建造,貼上即用
-
單一函數渲染系統
h() -
簡潔的語意元件
<menu> -
最快的上手速度,最快的載入速度,最快的執行速度
打開文字編輯器,貼上以下內容,存成.html副檔名,即可用瀏覽器看到結果。
<!DOCTYPE html>
<html>
<script type="module" src="https://esm.run/@fogyjs/fogy" asnyc crossorigin></script>
## Hello World!
creating by your hands.裡面有詳細的使用範例