Go to file
2024-09-12 16:31:24 +02:00
data - linting correction in pagination.ts 2022-06-02 14:56:38 +02:00
public - new prservation plan January 2024 2024-01-19 13:11:29 +01:00
src - Minimap code commented 2024-09-12 16:31:24 +02:00
.browserslistrc - prepare project for using tailwind with postcss configuration files 2024-03-18 10:04:36 +01:00
.env.example - change env variable VUE_APP_PORTAL to VUE_API 2024-03-16 17:03:46 +01:00
.eslintrc.cjs - switch to tailwind 2024-04-09 14:17:30 +02:00
.gitignore - small changes in dataset-detail.component.ts and dataset-detail.component.vue 2022-01-13 17:43:19 +01:00
.prettierrc - eslint formating, e.g printWidth: 160 2023-01-18 12:02:08 +01:00
babel.config.js - add versioning to frontend 2023-07-05 18:05:52 +02:00
package-lock.json Initial minimap concept added to the dataset-detail 2024-05-23 16:59:17 +02:00
package.json Initial minimap concept added to the dataset-detail 2024-05-23 16:59:17 +02:00
postcss.config.cjs - added src/compoenents/Pagination.vue 2024-03-19 16:43:25 +01:00
README.md - prepare project for using tailwind with postcss configuration files 2024-03-18 10:04:36 +01:00
tailwind.config.js - switch to tailwind 2024-04-09 14:17:30 +02:00
tsconfig.json - added src/compoenents/Pagination.vue 2024-03-19 16:43:25 +01:00
vue.config.cjs Logos redistributed. CTS link. Geosphere negative logo 2024-04-30 16:04:34 +02:00

tethys.frontend is a typescript-vueapp

Project setup

npm install

create .env file for environments

cp .env.example .env

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
After building, copy the dist folder to the web root of your Nginx server.

Lints and fixes files

npm run lint

Customize build and dev configuration

See Configuration Reference.