Skip to content
Armin Zolfaghari edited this page Jul 11, 2018 · 3 revisions

Welcome to the cordova-seed! With this seed project you can enjoy the powerful Angular Seed base, as a cross platform project with fast load times, and a native look and feel.

This project implements tree-shaking to reduce the package size, and AoT to have the web portion precompiled. Though lazy-loading is possible, we have chosen to implement AoT instead, since the data will already be downloaded on the device, and will speed up load times.

Feel free to create an issue for any problems you may be having, or a pull request for any fixes you would like to make to the code!

Known Issues

Take a look at our known issues page for any problems you may be having with your setup.

Note: you will not be able to serve production builds on web since the base on production is configured for Cordova.

Clone this wiki locally