Skip to content

Latest commit

 

History

History

angular-cli-eject

Ejected Angular CLI App - Prerender SPA Example

This project was generated with Angular CLI version 1.7.0.

Build

npm install
npm run build

Now check the new build directory for your prerendered static files!

To view the rendered files, install http-server (npm install -g http-server) if you haven't already and run it in the dist directory.

Now visit the following route in your browser (note the trailing slash):

If all went well, it should load without JavaScript.

Development

To edit the prerender-spa-plugin configuration, look for new PrerenderSPAPlugin in the plugins section of webpack.config.js.

If you're using a router or have more than one page to prerender, edit the routes array under that config object.

npm install
npm start