All Projects → GDGSpain → Gdg.es

GDGSpain / Gdg.es

Licence: mit
The GDG Spain official website

Projects that are alternatives of or similar to Gdg.es

Gwt Polymer Elements
Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Stars: ✭ 153 (+856.25%)
Mutual labels:  web-components, polymer, pwa
PolymerProjects
An open list of projects using Polymer
Stars: ✭ 83 (+418.75%)
Mutual labels:  pwa, polymer, web-components
web-components-good-practices
😎☑️ Good Practices for build Web Components.
Stars: ✭ 80 (+400%)
Mutual labels:  polymer, web-components
vaadin-checkbox
The Web Component for customized checkboxes. Part of the Vaadin components.
Stars: ✭ 18 (+12.5%)
Mutual labels:  polymer, web-components
nuxeo-web-ui
New Nuxeo Web UI
Stars: ✭ 51 (+218.75%)
Mutual labels:  polymer, web-components
Ionic Pwa Toolkit
Build lightning fast Progressive Web Apps with zero config and best practices built-in. Go from zero to production ready with Ionic and Stencil (Web Components).
Stars: ✭ 629 (+3831.25%)
Mutual labels:  web-components, pwa
awesome-polymer
A collection of awesome Polymer resources.
Stars: ✭ 43 (+168.75%)
Mutual labels:  polymer, web-components
TimeDoser-v2
🕑 Dosify your time (version 2, retired)
Stars: ✭ 52 (+225%)
Mutual labels:  polymer, web-components
nuxeo-elements
Nuxeo web components
Stars: ✭ 23 (+43.75%)
Mutual labels:  polymer, web-components
Vaadin Core
An evolving set of free, open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 382 (+2287.5%)
Mutual labels:  web-components, polymer
Web Skills
A visual overview of useful skills to learn as a web developer
Stars: ✭ 5,107 (+31818.75%)
Mutual labels:  web-components, pwa
Vaadin
An evolving set of open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 424 (+2550%)
Mutual labels:  web-components, polymer
toggle-icon
toggle-icon is a custom element created with Polymer. It provides an extremely powerful and customizable switch that looks like a paper-icon-button.
Stars: ✭ 21 (+31.25%)
Mutual labels:  polymer, web-components
paper-countries
Select Dropdown with list of countries with flags and autocomplete
Stars: ✭ 16 (+0%)
Mutual labels:  polymer, web-components
vaadin-context-menu
The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
Stars: ✭ 26 (+62.5%)
Mutual labels:  polymer, web-components
polymer-2-carousel
Codelab
Stars: ✭ 18 (+12.5%)
Mutual labels:  polymer, web-components
Polymer
Our original Web Component library.
Stars: ✭ 21,723 (+135668.75%)
Mutual labels:  web-components, polymer
lego
🚀 Web-components made lightweight & Future-Proof.
Stars: ✭ 69 (+331.25%)
Mutual labels:  polymer, web-components
chat-window
A simple and flexible chat window for listing messages.
Stars: ✭ 27 (+68.75%)
Mutual labels:  polymer, web-components
Web Components Todo
A simple todo list built with various Web Components technologies
Stars: ✭ 368 (+2200%)
Mutual labels:  web-components, polymer

gdg.es Build Status

The GDG Spain official website.

Deployed in Firebase with Travis CI.

Prerequisites

First, install the dependencies:

npm install

Start the development server

This command serves the app at http://localhost:8080 and provides basic URL routing for the app:

npm start

Build

The included gulpfile.js relies on the polymer-build library, the same library that powers Polymer CLI. Out of the box it will clean the build directory, and provide image minification. Follow the comments in the gulpfile.js to add additional steps like JS transpilers or CSS preprocessors.

Also, generates a service-worker.js file with code to pre-cache the dependencies based on the entrypoint and fragments specified in polymer.json.

npm run build

Preview the build

This command serves the minified version of the app at http://localhost:8080:

npm start -- build/

Run lint

This command will run ESLint:

npm run lint

Run tests

This command will run Web Component Tester against the browsers currently installed on your machine:

npm test

Adding a new view

You can extend the app by adding more views that will be demand-loaded e.g. based on the route, or to progressively render non-critical sections of the application. Each new demand-loaded fragment should be added to the list of fragments in the included polymer.json file. This will ensure those components and their dependencies are added to the list of pre-cached components and will be included in the bundled build.

How to contribute

The GDG Spain team loves contributions from the community! Take a look at our contributing guide for more information on how to contribute.

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].