Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinix-technology/xin
Web Components Framework
https://github.com/xinix-technology/xin
Last synced: about 12 hours ago
JSON representation
Web Components Framework
- Host: GitHub
- URL: https://github.com/xinix-technology/xin
- Owner: xinix-technology
- License: mit
- Created: 2013-08-27T06:16:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:17:52.000Z (almost 2 years ago)
- Last Synced: 2024-04-27T18:03:14.520Z (7 months ago)
- Language: JavaScript
- Homepage: https://xinix-technology.github.io/xin
- Size: 5.21 MB
- Stars: 9
- Watchers: 2
- Forks: 16
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xinix - xin - Webcomponents Framework - [reekoheek](https://github.com/reekoheek) (Grouping / Xin)
README
# xin
[![npm version](https://badge.fury.io/js/xin.svg)](https://badge.fury.io/js/xin)
[![GitHub license](https://img.shields.io/github/license/xinix-technology/xin.svg)](https://github.com/xinix-technology/xin/blob/master/LICENSE)
[![](https://data.jsdelivr.com/v1/package/npm/@xinix/xin/badge)](https://www.jsdelivr.com/package/npm/@xinix/xin)![Xin](xin.png)
Xin is web components framework.
Xin using webpack to build.## Getting started
For quick start you can use templates provided by community:
- https://github.com/reekoheek/xin-example
- https://github.com/reekoheek/xin-bootstrap-example## Tested devices
- Chrome
- Safari
- Firefox## Development
Xin run unit test using Karma and Mocha.
```sh
npm test -- --browsers Firefox
npm test -- --browsers FirefoxDevelopment
npm test -- --browsers Chrome
npm test -- --browsers ChromeCanary
npm test -- --browsers Safari
```To debug
```sh
npm test -- --browsers ChromeCanary --no-single-run
```