1.0.0-beta.8 • Published 5 years ago

vue-starter-contentful v1.0.0-beta.8

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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" />
1.0.0-beta.8

5 years ago

1.0.0-beta.7

5 years ago

1.0.0-beta.6

5 years ago

1.0.0-beta.5

5 years ago

1.0.0-beta.4

5 years ago

1.0.0-beta.3

5 years ago

1.0.0-beta.2

5 years ago

1.0.0-beta.1

5 years ago

1.0.0-beta.0

5 years ago

1.0.0-alpha.14

5 years ago

1.0.0-alpha.13

5 years ago

1.0.0-alpha.12

5 years ago

1.0.0-alpha.11

5 years ago

1.0.0-alpha.10

5 years ago

1.0.0-alpha.9

5 years ago

1.0.0-alpha.8

5 years ago