npm.io
2.1.41 • Published 3 years ago

@scullyio/scully-plugin-playwright

Licence
Version
2.1.41
Deps
19
Size
30 kB
Vulns
17
Weekly
0
Stars
2.5K

scully-plugin-playwright (Preview/Beta)

The playwright renderer is utilizing the playwright engine to render your pages.

To get started you need to install a few packages into your project.

npm i @scullyio/scully-plugin-playwright

Then next to your scully.<project-name>.config.ts and add the following imports

import '@scullyio/scully-plugin-playwright';

Now you can start the render process the same way as you are used too

   # first build your app, as Scully still needs the static artifacts
npx ng build
   # run Scully
npx scully

Our renderer will start rendering your the different routes and output a static site.