Vue.js

Guide and References for connectivity to Cloud CMS

Accessing your Cloud CMS content from a Vue app is a simple process. Below you will find steps and examples for how to get connected and get started building.

null null

Source Code and Setup

The code for this example is available as part of the Gitana SDK, which contains usages of Cloud CMS with many different languages and frameworks.

  1. To download, run git clone https://github.com/gitana/sdk.git
  2. Navigate to the vuejs/sample directory
  3. Paste your gitana.json file here
  4. Run npm install
  5. Run npm run build to build the Vue app
  6. Run node app to start the app server
  7. The example will be hosted at http://localhost:2999/index.html