vue-starter-contentful
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.8 • Public • Published

vue-starter-contentful

contentful integration for the vue-starter project project

Installation

npm run add

Create Contentful Models

Page

page model

Text

page model

Gallery

page model

Create Content

Test Page

page model

Notfound Page

page model

Testing

  • run your app CONTENTFUL_ACCESS_TOKEN=your-token CONTENTFUL_SPACE_ID=your-space-id npm run dev
  • go to http://localhost:3000/test
    • you should see the content from contentful
  • go to http://localhost:3000/foo
  • you should get a 404 error in the network tab and the content from contentful

Next steps

  • create more content models and refine the logic in the contentful module e.g. use <component :is="item.component" v-bind="item.properties" />

Readme

Keywords

none

Package Sidebar

Install

npm i vue-starter-contentful

Weekly Downloads

2

Version

1.0.0-beta.8

License

MIT

Unpacked Size

24.6 kB

Total Files

20

Last publish

Collaborators

  • devcrossnet