Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgoerdes/polymer-template
Polymer-Template with Pug, Babel and SCSS
https://github.com/dgoerdes/polymer-template
Last synced: 5 days ago
JSON representation
Polymer-Template with Pug, Babel and SCSS
- Host: GitHub
- URL: https://github.com/dgoerdes/polymer-template
- Owner: dgoerdes
- License: mit
- Created: 2017-01-19T16:41:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T12:50:40.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T12:32:49.034Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 554 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - dgoerdes/polymer-template - Polymer-Template with Pug, Babel and SCSS (others)
README
# Polymer-Template with Pug, Babel and SCSS
## Prerequesites
* Install yarn - https://yarnpkg.com/en/docs/getting-started## Setup
Run `yarn` in the root directory to install all dependencies.## Dev
Run `npm start` to build and watch all files and start a dev server.## Installing further dependencies
As Polymer somehow uses bower for all dependencies and some are not correctly available on npm
the best way would be to install all polymer dependencies with `bower install`.Use `yarn add` for all other dependencies available on npm.
## Build
The general build of the app done by the default gulp task, like it is done on watch mode.
The polymer-cli is then used to optimize and bundle the app.To get a ready to use build just execute `npm run build`.
To test the bundled app execute `npm run serveBundle`.