Go to file
2024-09-16 13:31:51 +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 Added comments 2024-09-16 13:31:51 +02:00
.browserslistrc - prepare project for using tailwind with postcss configuration files 2024-03-18 10:04:36 +01:00
.env.example OpenSearch progress. Stetic changes in result list. Faceted search not started 2024-06-11 14:38:50 +02: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
OpenSearch queries.txt Added queries example files 2024-05-15 13:47:22 +02:00
package-lock.json Facet filtering modified: 2024-08-09 16:17:30 +02:00
package.json Facet filtering modified: 2024-08-09 16:17:30 +02:00
postcss.config.cjs - added src/compoenents/Pagination.vue 2024-03-19 16:43:25 +01:00
README.md test2 2024-05-10 10:50:10 +02:00
SOLR queries.txt Added queries example files 2024-05-15 13:47:22 +02: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 Fixing facetedsearch 2024-06-19 11:12:53 +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.