https://github.com/lidorsystems/integralui-web-quickstart
A demo application that contains samples for each component included in the IntegralUI Web library
https://github.com/lidorsystems/integralui-web-quickstart
angular components integralui javascript react samples ui vue web web-components
Last synced: 2 months ago
JSON representation
A demo application that contains samples for each component included in the IntegralUI Web library
- Host: GitHub
- URL: https://github.com/lidorsystems/integralui-web-quickstart
- Owner: lidorsystems
- License: other
- Created: 2021-03-18T14:30:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T15:09:41.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T07:40:20.748Z (over 1 year ago)
- Topics: angular, components, integralui, javascript, react, samples, ui, vue, web, web-components
- Language: HTML
- Homepage:
- Size: 3.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IntegralUI Web - QuickStart
This application contains samples for each component included in the [IntegralUI Web](http://www.lidorsystems.com/products/web/studio/) product package. It can help you to get started quickly with learning about the components and write tests immediatelly.
## Dependencies
This app requires the following library:
[IntegralUI Web](https://github.com/lidorsystems/integralui-web) - v23.3 and above
## Installation
Install the repository by running
```bash
npm install https://github.com/lidorsystems/integralui-web-quickstart.git
```
You can find separate folder for each framework. To install the app go to specific folder and use the following commands:
### Angular
```bash
npm install
```
After installation completes, start the application by typing:
```bash
ng serve --open
```
### React
```bash
npm install
```
After installation completes, start the application by typing:
```bash
npm start
```
### Vanilla JavaScript
First install the [IntegralUI Web](https://github.com/lidorsystems/integralui-web) package under root folder. This package is already included in package.json, just type this command:
```bash
npm install
```
In order to start the application you may need to run it on a local server. You can use the local server provided by Node.js, it is a simple HTTP server package.
To install:
```bash
npm install http-server -g
```
To run (from your local directory):
```bash
http-server . -p 8000
```
You can open the application by typing in your browser:
```bash
http://localhost:8000
```
## Demo
The application will start displaying the main window with links to all components included. Each component window contains a demo and description about the component functionality. You can checkout the sample source code (located under /samples subfolder) for more information on the sample and component used.
## License Information
You may use this quick-start application for the limited purposes of demonstrations, trials or design-time evaluations.
Copyright (c) 2016-2023 Lidor Systems. All rights reserved.
This project has been released under the IntegralUI Web License, and may not be used except in compliance with the License.
A copy of the License should have been installed in the product's root installation directory or it can be found here: [License Agreement](http://www.lidorsystems.com/products/web/studio/license-agreement.aspx).
This SOFTWARE is provided "AS IS", WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.