Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esr360/one-nexus
ONE-NEXUS v4 IS IN ACTIVE DEVELOPMENT - USE WITH CAUTION UNTIL THEN - One-Nexus is a toolkit for architecting and constructing modular front-end user-interfaces
https://github.com/esr360/one-nexus
es6 framework front-end sass toolkit user-interface
Last synced: 3 months ago
JSON representation
ONE-NEXUS v4 IS IN ACTIVE DEVELOPMENT - USE WITH CAUTION UNTIL THEN - One-Nexus is a toolkit for architecting and constructing modular front-end user-interfaces
- Host: GitHub
- URL: https://github.com/esr360/one-nexus
- Owner: esr360
- License: mit
- Created: 2014-07-05T01:55:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:09:43.000Z (over 1 year ago)
- Last Synced: 2024-04-14T19:22:14.643Z (10 months ago)
- Topics: es6, framework, front-end, sass, toolkit, user-interface
- Language: JavaScript
- Homepage: http://onenexus.io/
- Size: 6.8 MB
- Stars: 102
- Watchers: 7
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/esr360/One-Nexus/blob/master/LICENSE)
[![GitHub license](https://api.travis-ci.org/esr360/One-Nexus.svg)](https://travis-ci.org/esr360/One-Nexus)> One-Nexus is a toolkit for architecting and constructing front-end user-interfaces
[Visit Website](https://edmundreed.com/projects/one-nexus/) |
[View SassDoc Documentation](http://esr360.github.io/One-Nexus/docs/sass) |
[View JSDoc Documentation](http://esr360.github.io/One-Nexus/docs/sass)### Features
* Configure your entire project's UI from a single JSON file
* Modular and configurable UI components
* [Bespoke responsive grid system](https://github.com/esr360/One-Nexus/wiki/Grid-System)
* Built with Sass and Vanilla JavaScript (no jQuery!)
* Optional Handlebars templates
* Sass and JS unit testing
* Over 30 prebuilt configurable UI modules included
* Create multiple themes using your components
* Includes everything needed to develop your project's independent front-end## One-Nexus Wiki
> For interactive demos, visit the [One-Nexus Github-Pages Website](http://esr360.github.io/One-Nexus/dist/)
### Table of Contents
* [Getting Started](https://github.com/esr360/One-Nexus/wiki/Getting-Started)
* [Introduction](https://github.com/esr360/One-Nexus/wiki/Introduction)
* [UI Modules](https://github.com/esr360/One-Nexus/wiki/UI-Modules)
* [Themes](https://github.com/esr360/One-Nexus/wiki/Themes)
* [Tools](https://github.com/esr360/One-Nexus/wiki/Tools)
* [Grid System](https://github.com/esr360/One-Nexus/wiki/Grid-System)
* [Templates](https://github.com/esr360/One-Nexus/wiki/Templates)
* [Unit Testing](https://github.com/esr360/One-Nexus/wiki/Unit-Testing)
* [Build/Grunt Tools](https://github.com/esr360/One-Nexus/wiki/Build-Grunt-Tools)