Go to file
Arno Kaimbacher 315eabf3bb - prepare project for using tailwind with postcss configuration files
- change linl to backend login
- change copyright hint with actual year
2024-03-18 10:04:36 +01: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 - prepare project for using tailwind with postcss configuration files 2024-03-18 10:04:36 +01: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.js - eslint formating, e.g printWidth: 160 2023-01-18 12:02:08 +01: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 - prepare project for using tailwind with postcss configuration files 2024-03-18 10:04:36 +01:00
package.json - prepare project for using tailwind with postcss configuration files 2024-03-18 10:04:36 +01:00
postcss.config.js - prepare project for using tailwind with postcss configuration files 2024-03-18 10:04:36 +01:00
README.md - prepare project for using tailwind with postcss configuration files 2024-03-18 10:04:36 +01:00
tailwind.config.js - prepare project for using tailwind with postcss configuration files 2024-03-18 10:04:36 +01:00
tsconfig.json - added DataMetricsBadge.vue component for showing metrics downloads, views and citations 2023-06-15 13:51:53 +02:00
vue.config.js - change env variable VUE_APP_PORTAL to VUE_API 2024-03-16 17:03:46 +01: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.