All Projects → 2sky → Vidyano

2sky / Vidyano

Licence: MIT license
Vidyano Web²

Programming Languages

typescript
32286 projects
SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
C#
18002 projects
Less
1899 projects

Projects that are alternatives of or similar to Vidyano

bwt-datatable
Data table with Polymer 3 support!
Stars: ✭ 43 (+48.28%)
Mutual labels:  web-component, polymer
Paper Timezone
Polymer based timezone selection component
Stars: ✭ 19 (-34.48%)
Mutual labels:  web-component, polymer
vaadin-icons
Vaadin Icons is a collection of 600+ unique icons designed for web applications
Stars: ✭ 59 (+103.45%)
Mutual labels:  web-component, polymer
paper-countries
Select Dropdown with list of countries with flags and autocomplete
Stars: ✭ 16 (-44.83%)
Mutual labels:  web-component, polymer
Geo Location
Web component element for the Geolocation API
Stars: ✭ 86 (+196.55%)
Mutual labels:  web-component, polymer
polymer-linter
Moved to Polymer/tools monorepo
Stars: ✭ 34 (+17.24%)
Mutual labels:  web-component, polymer
Polymer Redux
Polymer bindings for Redux.
Stars: ✭ 450 (+1451.72%)
Mutual labels:  web-component, polymer
vaadin-split-layout
The Web Component which allows you to partition a layout into resizeable areas. Part of the Vaadin components.
Stars: ✭ 40 (+37.93%)
Mutual labels:  web-component, polymer
resizable-panels
Web Component that allows to resize its childrens vertically or horizontally
Stars: ✭ 18 (-37.93%)
Mutual labels:  web-component, polymer
Vaadin Charts
Vaadin Charts is a feature-rich interactive graph library that answers the data visualization needs of modern web applications
Stars: ✭ 47 (+62.07%)
Mutual labels:  web-component, polymer
vaadin-dialog
High quality web component for modal dialogs. Part of the Vaadin platform.
Stars: ✭ 15 (-48.28%)
Mutual labels:  web-component, polymer
Vaadin Combo Box
The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
Stars: ✭ 113 (+289.66%)
Mutual labels:  web-component, polymer
vaadin-text-field
The themable Web Component providing input controls. Part of the Vaadin components.
Stars: ✭ 29 (+0%)
Mutual labels:  web-component, polymer
Vaadin Form Layout
The Web Component providing configurable responsive layout for form elements. Part of the Vaadin components.
Stars: ✭ 15 (-48.28%)
Mutual labels:  web-component, polymer
Vaadin Upload
The Web Component for uploading multiple files with progress indication. Part of the Vaadin components.
Stars: ✭ 87 (+200%)
Mutual labels:  web-component, polymer
Vaadin Date Picker
The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.
Stars: ✭ 158 (+444.83%)
Mutual labels:  web-component, polymer
iron-swipeable-pages
[Polymer 1.x] Element that enables switching between different pages by swiping gesture.
Stars: ✭ 51 (+75.86%)
Mutual labels:  polymer
amazon-ivs-chime-messaging-ugc-demo
This demo is designed to educate people who want to build live streaming platform with chatting feature. This demo is implemented using Amplify with Amazon IVS, ChimeSDK Messaging.
Stars: ✭ 20 (-31.03%)
Mutual labels:  single-page-app
obvi
A Polymer 3+ webcomponent / button for doing speech recognition
Stars: ✭ 54 (+86.21%)
Mutual labels:  polymer
blogging-app-with-Angular-CloudFirestore
A blogging application created with the help of Angular on front-end and Google Cloud Firestore on backend.
Stars: ✭ 45 (+55.17%)
Mutual labels:  single-page-app

Vidyano

Build status Gitter

Vidyano is .NET based application platform for building data-driven applications.

For instructions about using Vidyano to develop applications, please refer to www.vidyano.com

What is Vidyano Web²

This repository contains the complete code for our next generation web client, Vidyano Web². It provides an out of the box, scaffolded, modern Single Page Application (SPA) that interacts with a Vidyano backend.

You can play around with a live demo at demo.vidyano.com

Table of Contents

The following is a table of contents for the documentation found in the docs folder of this repository.

How to run this repository

1. Prerequisites

  • Install Docker installed on your system and make sure Linux containers are enabled.

  • Install Visual Studio Code

  • Install .NET Core 3.1

  • Create/Export your self-signed developer certificate

    // On Windows (via PowerShell)
    dotnet dev-certs https --trust; dotnet dev-certs https -ep "$env:USERPROFILE/.aspnet/https/aspnetapp.pfx" -p "923639d6-6d5a-4b2b-92b8-9a0cf8557eee"
    
    // On MacOS/Linux (via Terminal)
    dotnet dev-certs https --trust; dotnet dev-certs https -ep "${HOME}/.aspnet/https/aspnetapp.pfx" -p "923639d6-6d5a-4b2b-92b8-9a0cf8557eee"

2. Opening the development container

  • Clone https://github.com/2sky/vidyano locally and make sure the drive is shared in Docker.

  • Start VS Code

  • Run the Remote-Containers: Open Folder in Container... command and select the local folder

3. Using your new Vidyano Web² development code in an existing Vidyano applicaiton

In the web.config of your Vidyano application, add a new appSetting :

<add key="Vidyano.Web2Version" value="https://localhost:8888" />

Tested using BrowserStack Automated Testing

Vidyano is constantly tested on real browsers using BrowserStack. Big thanks to BrowserStack for providing this testing environment to us.

BrowserStack

Copyright and license

Code and documentation copyright 2011-2020 2sky NV. Code released under the MIT license available here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].