8000 GitHub - EmanueleDessi/p3e: Polymer 3 in an electron application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

EmanueleDessi/p3e

 
 

Repository files navigation

P3E

P3E is a starter kit to start an electron project with Polymer 3

Install

Npm is required to install the project, once the repository has been cloned run:

npm install

Run

npm start

Run Test

npm run test

Build Electron Bundle

To bundle the application you first need to modify the app/config/config.json file to set the env to prod, then the application MUST BE built with polymer-cli, run this command:

npm run build-polymer

Once the build process has finished, the build folder will be created, then the application can be packaged with the following command:

npm run dist

you can also run the pre build bundle:

npm run start-pre-build

About

Polymer 3 in an electron application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • HTML 6.4%
0