1.0.0-dev.6 • Published 6 years ago

@lewisvoncken/blogpostpage v1.0.0-dev.6

Weekly downloads
4
License
(OSL-3.0 OR AFL-3...
Repository
github
Last release
6 years ago

Mage2gen BlogPostPage PWA Studio Package

Implementation of the Aheadworks Blog module + Mage2gen_BlogGraphQl to make it PWA ready!

The base code has been generated with Mage2gen and the following manual changes were made:

  • added index.js
  • added README.md
  • added packages.json
  • renamed src to lib
  • added query implementation to the BlogPostPage RootComponent to display the title and content of the Blog Post

Install in PWA Studio

Install the following package https://www.npmjs.com/package/@lewisvoncken/blogpostpage use the following command to install the npm package

``yarn add @lewisvoncken/blogpostpage``

now add the following to the webpack.config.js add the end of the special section of const config = await configureWebpack({

            '@lewisvoncken/blogpostpage': {
                esModules: true,
                graphqlQueries: true,
                rootComponents: true
            }

Additional information:

1.0.0-dev.6

6 years ago

1.0.0-dev.5

6 years ago

1.0.0-dev.4

6 years ago

1.0.0-dev.3

6 years ago