https://github.com/xinix-technology/xin
Web Components Framework
https://github.com/xinix-technology/xin
Last synced: about 1 month 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:17:52.000Z (over 2 years ago)
- Last Synced: 2025-04-15T08:09:03.957Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://xinix-technology.github.io/xin
- Size: 5.21 MB
- Stars: 9
- Watchers: 1
- 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
[](https://badge.fury.io/js/xin)
[](https://github.com/xinix-technology/xin/blob/master/LICENSE)
[](https://www.jsdelivr.com/package/npm/@xinix/xin)
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
```