Airtable as CMS

Boilerplate code for an app that uses Airtable as a CMS. Built using vue-cli.

This also uses vuex and vue router. For something more simple, see https://github.com/dantaeyoung/vue_with_airtable_as_cms !

Getting started with development

In order to authenticate to Airtable API, you have to create a .env file in the root directory. Copy .env.example to .env and fill in the parameters.

Then:

  • npm install to install dependencies
  • npm run serve to create a hot-reloading server for development on localhost:8080

If you change the details above, you need to restart your server.

How to deploy

To use Vercel see this documentation.

Don't forget to set up the env variables (both services offer a way to do that on their platform GUI).