spectre canjs
1.0.0
資料管理和管理元件的集合,可實現客戶端 Web 應用程式的快速開發。基於與 CanJS 交叉的 Spectre CSS 框架構建,提供快速、美觀的導航、資料管理和使用者介面 Web 元件。
您可以透過 Github Pages URL 存取專案文檔
git clone <this-repository>
cd <this-folder>
npm install
# optional: start a web server to run the demos
npm install -g http-server
http-server
現在打開 Web 瀏覽器並瀏覽每個資料夾的demo.html
。
npm run docs
現在在./docs/
資料夾中開啟網頁瀏覽器
運行測試非常簡單:
npm run test
可以針對功能請求、問題和建議提出問題。可以考慮帶有解釋的拉取請求。