Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
Cleanup README, add Lumo and Material demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jun 19, 2019
1 parent 00d840f commit c3a0e3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
This is an example project demonstrating how you can build a frontend part of the JavaScript
application using [Vaadin components](https://vaadin.com/components) and [Vaadin Router](https://github.com/vaadin/vaadin-router) library, and leverage the benefits of the modern tools.

The application uses ES modules for development, and [Webpack](https://webpack.js.org) as
a module bundler. The optimizations like code splitting, minifying JavaScript and HTML
(inside of the template string literals) are used to reduce production bundle size.
[Lumo version ↗](https://polymer3-webpack-starter.herokuapp.com/)
|
[Material version ↗](https://whispering-caverns-73554.herokuapp.com)

## Features

Expand Down Expand Up @@ -73,7 +73,7 @@ npm run build:analyze

## Material version

Check out [material](https://github.com/web-padawan/polymer3-webpack-starter/tree/material) branch for Material version of the starter, and a [full diff](https://github.com/web-padawan/polymer3-webpack-starter/compare/material) of changes.
Check out [material](https://github.com/web-padawan/polymer3-webpack-starter/tree/material) branch for [Material version](https://whispering-caverns-73554.herokuapp.com/employee-list) of the starter, and a [full diff](https://github.com/web-padawan/polymer3-webpack-starter/compare/material) of changes.

## Known limitations

Expand Down

0 comments on commit c3a0e3a

Please sign in to comment.