Go to file
Arno Kaimbacher 5603614045 - add vue-facing-decorator (replace vue-class-component and vue-property-decorator)
- npm updates (stabele axios version) + adaption in axios config
- remove maps route from src/router/index.ts
2023-01-13 11:55:31 +01:00
data - linting correction in pagination.ts 2022-06-02 14:56:38 +02:00
public - npm updates 2022-05-03 17:12:33 +02:00
src - add vue-facing-decorator (replace vue-class-component and vue-property-decorator) 2023-01-13 11:55:31 +01:00
.browserslistrc init 2021-10-28 10:31:51 +02:00
.eslintrc.js - autocomplete search, default full text search 2022-09-08 15:16:52 +02:00
.gitignore - small changes in dataset-detail.component.ts and dataset-detail.component.vue 2022-01-13 17:43:19 +01:00
.prettierrc - add search components: vs-result.vue, vs-input.vue, facet-category.vue 2021-11-12 10:13:22 +01:00
babel.config.js - vue-cli upgrade 4.5 to 5.0.4 2022-05-31 16:37:41 +02:00
package-lock.json - add vue-facing-decorator (replace vue-class-component and vue-property-decorator) 2023-01-13 11:55:31 +01:00
package.json - add vue-facing-decorator (replace vue-class-component and vue-property-decorator) 2023-01-13 11:55:31 +01:00
README.md init 2021-10-28 10:31:51 +02:00
tsconfig.json init 2021-10-28 10:31:51 +02:00
vue.config.js - bind app urls via constant APP_URL in menu navigation (because of one di subdomain) 2022-09-08 12:03:12 +02:00

typescript-vueapp

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.