# Fayde **Repository Path**: mirrors/Fayde ## Basic Information - **Project Name**: Fayde - **Description**: Fayde 是开源的 JavaScript 应用框架,提供 XAML 布局/渲染 引擎所需的所有功能 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/fayde - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-20 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Fayde [![Build Status](https://travis-ci.org/wsick/Fayde.svg?branch=master)](https://travis-ci.org/wsick/Fayde) [![Bower](https://img.shields.io/bower/v/fayde.svg)](http://bower.io/search/?q=fayde) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/wsick/Fayde?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas. Please check out the [wiki](https://github.com/wsick/Fayde/wiki) for more information. Dependencies ======= * nodejs * gulp * bower * yeoman (used for scaffolding new applications) How to use ======= Install the Fayde application generator for yeoman. Then use yeoman to generate a new application. $ npm install -g generator-fayde $ mkdir $ cd $ yo fayde Contributing ======= ### Prerequisites ``` $ npm install -g gulp $ npm install -g bower $ npm install -g fayde-unify ``` ### Setup ``` $ git clone git@github.com:wsick/fayde.git $ cd fayde $ npm install $ gulp reset # cleans bower libs, bower installs, then symlinks to test and stress bootstrappers ``` ### Unit Tests ``` $ gulp test ``` ### Stress Tests Launches default browser with runnable stress tests. ``` $ gulp stress ```