- Node.js v18 (LTS version): This has to be installed locally on development computer.
- Recommended IDE Setup
- VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
- install in VS Code: Git Extension Pack
- Modern WebBrowser: Chrome, Firefox, Edge, ...
- Account for Airtable
- GitHub Account
To get the project copie in GitHub (Code) the "HTTPS" link. Then go to the "Clone Repository" and put the link inside the upcomming URL bar. After that you save the Projekt in a new folder.
Please ask the team for the .env file. Without it no connection to Airtable can be established.
All following commands are executed in project root directory.
To install all required library dependencies:
npm install
Note: This has to be done only once or to update (added) dependencies. It will create a sub directory node_modules
with a lot files.
npm run dev
npm run build
Lint with ESLint
npm run lint
See file .env
. To modify it, create a local copy .env.local
- VUE_APP_AIRTABLE_BASE: The coded name of the base.
- VUE_APP_AIRTABLE_API_KEY: Generated API-Key to access the base.
See also Configuration Reference of vue.js.