All Projects → taxjar → vue-airtable-demo

taxjar / vue-airtable-demo

Licence: other
Sample Vue.js / Webpack project with Airtable component.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to vue-airtable-demo

pocketcasts-stats
This project let's you fetch your Pocket Casts statistics and put them into Airtable with about 80 lines of code.
Stars: ✭ 12 (-45.45%)
Mutual labels:  airtable
nocodb
🔥 🔥 🔥 Open Source Airtable Alternative - turns any MySQL, Postgres, SQLite into a Spreadsheet with REST APIs.
Stars: ✭ 28,894 (+131236.36%)
Mutual labels:  airtable
airtabler
R interface to the Airtable API
Stars: ✭ 84 (+281.82%)
Mutual labels:  airtable
async-airtable
A lightweight npm package to handle working with the Airtable API.
Stars: ✭ 48 (+118.18%)
Mutual labels:  airtable
micro-airtable-api
Quickly make an API from Airtable
Stars: ✭ 30 (+36.36%)
Mutual labels:  airtable
airtable local backup
Create local backups of airtable databases
Stars: ✭ 32 (+45.45%)
Mutual labels:  airtable
airtable
Airtable API Client for Go
Stars: ✭ 25 (+13.64%)
Mutual labels:  airtable
nikolovlazar.com
My personal site's repo built using Next.js, Chakra UI, MDX, Prisma, PlanetScale.
Stars: ✭ 126 (+472.73%)
Mutual labels:  airtable
orservices
ORServices is an open source, smartphone-friendly directory application that enables you to collect, verify, organize and share information about social services in your community with your stakeholders, beneficiaries, partner organizations and more.
Stars: ✭ 20 (-9.09%)
Mutual labels:  airtable
SwiftAirtable
An unofficial Swift interface to Airtable's REST API
Stars: ✭ 50 (+127.27%)
Mutual labels:  airtable
eleman
Fully dockerized static job board generator that uses Airtable as data source. Written with Python3.
Stars: ✭ 33 (+50%)
Mutual labels:  airtable
airtable-app-mind-flow
MindFlow
Stars: ✭ 32 (+45.45%)
Mutual labels:  airtable
ember-airtable
Boilerplate for quickly prototyping apps with Airtable, Node & Ember
Stars: ✭ 21 (-4.55%)
Mutual labels:  airtable
barnsworthburning
A commonplace book.
Stars: ✭ 20 (-9.09%)
Mutual labels:  airtable
Hiring Without Whiteboards
⭐️ Companies that don't have a broken hiring process
Stars: ✭ 25,494 (+115781.82%)
Mutual labels:  airtable
airtable-backups-boilerplate
Configurable automated backups for Airtable meant to be self-hosted, powered by AWS Lambda/S3 with the Serverless framework
Stars: ✭ 29 (+31.82%)
Mutual labels:  airtable
airtable-app-user-journal-map
An User Journal Map App of AirTable
Stars: ✭ 29 (+31.82%)
Mutual labels:  airtable
airtable-node
Node API for Airtable without the bloat (lodash, etc)
Stars: ✭ 23 (+4.55%)
Mutual labels:  airtable
automatron
Personal LINE bot to automate various tasks. Home automation, expense tracking, transaction monitoring
Stars: ✭ 139 (+531.82%)
Mutual labels:  airtable

Vue.js + Airtable Demo

A simple Vue component to display a list of items powered by Airtable. Check out our blog post all about using Airtable and Vue.js for static websites!

Configuration

Provide your Airtable API key and base inside config/dev.env.js. Tweak the column and filter attributes in src/App.vue to test our your Airtable project. From there, run through the build setup below.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].