Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Sybit-Education/bk2wi-2022

Repository files navigation

Netlify Status

bk2wi-2022: Sport Events

Development Requirements

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.

Project setup

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.

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Customize configuration

See file .env. To modify it, create a local copy .env.local

Variables

  • 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.