Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 212b54a

Browse files
committed
refactored for new zuixjs organization
1 parent 4d1e398 commit 212b54a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+280
-280
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "zuix-website"]
22
path = zuix-website
3-
url = https://github.com/genielabs/zuix.git
3+
url = https://github.com/zuixjs/zuix.git
44
branch = gh-pages

CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
#### **Did you find a bug?**
66

7-
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/genielabs/zuix/issues).
7+
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/zuixjs/zuix/issues).
88

9-
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/genielabs/zuix/issues/new).
9+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/zuixjs/zuix/issues/new).
1010
Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample**
1111
or an **executable test case** demonstrating the expected behavior that is not occurring.
1212

@@ -20,15 +20,15 @@ Include the relevant issue number if applicable.
2020
#### **Did you fix whitespace, format code, or make a purely cosmetic patch?**
2121

2222
Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality,
23-
or testability of zUIx will generally not be accepted unless discussed via the [issue tracker](https://github.com/genielabs/zuix/issues).
23+
or testability of zUIx will generally not be accepted unless discussed via the [issue tracker](https://github.com/zuixjs/zuix/issues).
2424

2525
#### **Do you intend to add a new feature or change an existing one?**
2626

27-
File a new *[enhancement issue](https://github.com/genielabs/zuix/issues/new?labels=enhancement)*.
27+
File a new *[enhancement issue](https://github.com/zuixjs/zuix/issues/new?labels=enhancement)*.
2828

2929
#### **Do you have questions about the source code?**
3030

31-
File a new *[question issue](https://github.com/genielabs/zuix/issues/new?labels=question)*.
31+
File a new *[question issue](https://github.com/zuixjs/zuix/issues/new?labels=question)*.
3232

3333
#### **Coding styles and conventions**
3434

@@ -40,7 +40,7 @@ but this will be fixed from time to time.
4040

4141
#### **Getting started with zUIx source code**
4242

43-
Clone [**zUIx repository**](https://github.com/genielabs/zuix) and install dependencies:
43+
Clone [**zUIx repository**](https://github.com/zuixjs/zuix) and install dependencies:
4444

4545
npm install
4646

@@ -79,7 +79,7 @@ Any change made to the website must be pushed to the `gh-pages` branch:
7979

8080
git push origin gh-pages
8181

82-
For complete instructions see [gh-pages repository](https://github.com/genielabs/zuix/tree/gh-pages).
82+
For complete instructions see [gh-pages repository](https://github.com/zuixjs/zuix/tree/gh-pages).
8383

8484

8585
#### Join zUIx team!

build/scripts/build.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2015-2018 G-Labs. All Rights Reserved.
3-
* https://genielabs.github.io/zuix
3+
* https://zuixjs.github.io/zuix
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
*
2020
* This file is part of
2121
* zUIx, Javascript library for component-based development.
22-
* https://genielabs.github.io/zuix
22+
* https://zuixjs.github.io/zuix
2323
*
2424
* @author Generoso Martello <[email protected]>
2525
*/

build/scripts/dox.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2015-2018 G-Labs. All Rights Reserved.
3-
* https://genielabs.github.io/zuix
3+
* https://zuixjs.github.io/zuix
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
*
2020
* This file is part of
2121
* zUIx, Javascript library for component-based development.
22-
* https://genielabs.github.io/zuix
22+
* https://zuixjs.github.io/zuix
2323
*
2424
* @author Generoso Martello <[email protected]>
2525
*/

build/scripts/lint.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2015-2018 G-Labs. All Rights Reserved.
3-
* https://genielabs.github.io/zuix
3+
* https://zuixjs.github.io/zuix
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
*
2020
* This file is part of
2121
* zUIx, Javascript library for component-based development.
22-
* https://genielabs.github.io/zuix
22+
* https://zuixjs.github.io/zuix
2323
*
2424
* @author Generoso Martello <[email protected]>
2525
*/

dist/README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
<p align="center">
2-
<a href="https://genielabs.github.io/zuix" target="_blank" rel="noopener noreferrer">
3-
<img width="96" src="https://genielabs.github.io/zuix/images/zuix-logo.svg" alt="Vue logo">
2+
<a href="https://zuixjs.github.io/zuix" target="_blank" rel="noopener noreferrer">
3+
<img width="96" src="https://zuixjs.github.io/zuix/images/zuix-logo.svg" alt="zUIx logo">
44
</a>
55
</p>
66

77
<p align="center">
8-
<a href="https://travis-ci.org/genielabs/zuix"><img src="https://travis-ci.org/genielabs/zuix.svg?branch=master" alt="Build Status"></a>
8+
<a href="https://travis-ci.org/zuixjs/zuix"><img src="https://travis-ci.org/zuixjs/zuix.svg?branch=master" alt="Build Status"></a>
99
<a href="https://badge.fury.io/js/zuix-dist"><img src="https://badge.fury.io/js/zuix-dist.svg" alt="npm dist"></a>
1010
</p>
1111

12-
# [zUIx](https://genielabs.github.io/zuix)
12+
# [zUIx](https://zuixjs.github.io/zuix)
1313

1414
A lightweight JavaScript library to support you in creating amazing component-based websites and web applications.
15-
- [Website and Documentation](https://genielabs.github.io/zuix)
15+
- [Website and Documentation](https://zuixjs.github.io/zuix)
1616

1717
## Examples
1818

19-
- [**WebFlix**](https://github.com/genielabs/zuix-web-flix)
19+
- [**WebFlix**](https://github.com/zuixjs/zuix-web-flix)
2020
*Web app template inspired to Netflix mobile app (PWA)*
21-
- [**HTML-PWA**](https://github.com/genielabs/zuix-html-pwa)
21+
- [**HTML-PWA**](https://github.com/zuixjs/zuix-html-pwa)
2222
*Web app template of a modern mobile app, made with just HTML, CSS, JavaScript (PWA)*
23-
- [**Web Book**](https://github.com/genielabs/zuix-web-book/)
23+
- [**Web Book**](https://github.com/zuixjs/zuix-web-book/)
2424
*Web app template of a web book, suitable for reading but not only (PWA)*
25-
- [**z-Kit**](https://genielabs.github.io/zkit)
25+
- [**z-Kit**](https://zuixjs.github.io/zkit)
2626
*reusable components for modern web*
27-
- [**TodoMVC**](https://genielabs.github.io/zuix-todomvc)
27+
- [**TodoMVC**](https://zuixjs.github.io/zuix-todomvc)
2828
*the classic To-Do MVC application*
29-
- [**Hacker News Reader**](https://genielabs.github.io/zuix-hackernews)
29+
- [**Hacker News Reader**](https://zuixjs.github.io/zuix-hackernews)
3030
*example web app using* **list_view** *component with progressive/lazy loading*
3131

3232
### Online Playgrounds
@@ -39,7 +39,7 @@ A lightweight JavaScript library to support you in creating amazing component-ba
3939

4040
## Getting Started
4141

42-
Start using **zUIx** with the [zUIx Web Starter](https://github.com/genemars/zuix-web-starter) project,
42+
Start using **zUIx** with the [zUIx Web Starter](https://github.com/zuixjs/zuix-web-starter) project,
4343
or start from scratch by including it in your project using one of the methods described below.
4444

4545
### Local copy
@@ -50,15 +50,15 @@ Download and copy the `.js` file to your project folder and include it in your H
5050
<script src="js/zuix.min.js"></script>
5151
```
5252

53-
[Download **zUIx v0.4.9-56**](https://genielabs.github.io/zuix/js/zuix.min.js)
53+
[Download **zUIx v0.4.9-56**](https://zuixjs.github.io/zuix/js/zuix.min.js)
5454
*~13 kB (gzipped)*
5555

5656
### Hosted
5757

5858
Link the `.js` file as an external resource from *GitHub* site:
5959

6060
```html
61-
<script src="https://genielabs.github.io/zuix/js/zuix.min.js"></script>
61+
<script src="https://zuixjs.github.io/zuix/js/zuix.min.js"></script>
6262
```
6363

6464
### NPM
@@ -90,10 +90,10 @@ and include it in your HTML pages:
9090
## TypeScript integration
9191

9292
To use zUIx in a TypeScript project you can download and include the auto-generated
93-
[module definition file](https://raw.githubusercontent.com/genielabs/zuix/master/dist/ts/zuix.d.ts)
93+
[module definition file](https://raw.githubusercontent.com/zuixjs/zuix/master/dist/ts/zuix.d.ts)
9494
which is located in the distribution folder of the master repo.
9595

9696

9797
## Contributing
9898

99-
See the [CONTRIBUTING.md](https://github.com/genielabs/zuix/blob/master/CONTRIBUTING.md) document.
99+
See the [CONTRIBUTING.md](https://github.com/zuixjs/zuix/blob/master/CONTRIBUTING.md) document.

dist/bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"web"
2121
],
2222
"license": "Apache-2.0",
23-
"homepage": "https://genielabs.github.io/zuix",
23+
"homepage": "https://zuixjs.github.io/zuix",
2424
"authors": [
2525
"G-Labs",
2626
"Generoso Martello <[email protected]>"
2727
],
2828
"repository": {
2929
"type": "git",
30-
"url": "https://github.com/genielabs/zuix"
30+
"url": "https://github.com/zuixjs/zuix"
3131
},
3232
"private": false
3333
}

dist/js/zuix-bundler.js

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
/* zUIx v0.4.9-57 18.08.26 00:04:15 */
2-
31
/** @typedef {Zuix} window.zuix */
42
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.zuixBundler = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(_dereq_,module,exports){
53
/* eslint-disable */
64
/*!
75
* @license
86
* Copyright 2015-2018 G-Labs. All Rights Reserved.
9-
* https://genielabs.github.io/zuix
7+
* https://zuixjs.github.io/zuix
108
*
119
* Licensed under the Apache License, Version 2.0 (the "License");
1210
* you may not use this file except in compliance with the License.
@@ -24,7 +22,7 @@
2422
/**
2523
*
2624
* zUIx, Javascript library for component-based development.
27-
* https://genielabs.github.io/zuix
25+
* https://zuixjs.github.io/zuix
2826
*
2927
* @author Generoso Martello <[email protected]>
3028
*/
@@ -359,7 +357,7 @@ module.exports = function serialize(obj, options) {
359357
},{}],4:[function(_dereq_,module,exports){
360358
/*
361359
* Copyright 2015-2018 G-Labs. All Rights Reserved.
362-
* https://genielabs.github.io/zuix
360+
* https://zuixjs.github.io/zuix
363361
*
364362
* Licensed under the Apache License, Version 2.0 (the "License");
365363
* you may not use this file except in compliance with the License.
@@ -378,7 +376,7 @@ module.exports = function serialize(obj, options) {
378376
*
379377
* This file is part of
380378
* zUIx, Javascript library for component-based development.
381-
* https://genielabs.github.io/zuix
379+
* https://zuixjs.github.io/zuix
382380
*
383381
* @author Generoso Martello <[email protected]>
384382
*/
@@ -463,7 +461,7 @@ module.exports = function(root) {
463461
},{"../zuix/OptionAttributes":5,"./FileSaver":2,"./Serializer":3}],5:[function(_dereq_,module,exports){
464462
/*
465463
* Copyright 2015-2018 G-Labs. All Rights Reserved.
466-
* https://genielabs.github.io/zuix
464+
* https://zuixjs.github.io/zuix
467465
*
468466
* Licensed under the Apache License, Version 2.0 (the "License");
469467
* you may not use this file except in compliance with the License.
@@ -482,7 +480,7 @@ module.exports = function(root) {
482480
*
483481
* This file is part of
484482
* zUIx, Javascript library for component-based development.
485-
* https://genielabs.github.io/zuix
483+
* https://zuixjs.github.io/zuix
486484
*
487485
* @author Generoso Martello <[email protected]>
488486
*/

dist/js/zuix-bundler.min.js

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)