Slide 18
Slide 18 text
Getting started with scully.io
@marcelltech
ng add @scullyio/init
import { ScullyConfig } from '@scullyio/scully';
/** this loads the default render plugin,
remove when switching to something else. */
import '@scullyio/scully-plugin-puppeteer'
export const config: ScullyConfig = {
projectRoot: "./src",
projectName: "scully-example",
// add spsModulePath when using de Scully Platform Server,
outDir: './dist/static',
routes: {
}
};
scully.scully-example.con
f
ig.ts