Michael Weimann f2f99ac881
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
provide config.js
2021-07-28 21:57:05 +02:00
2021-07-28 21:57:05 +02:00
2021-07-28 21:57:05 +02:00
2021-05-31 16:14:28 +02:00
2021-06-14 22:27:23 +02:00
2021-07-26 21:08:50 +02:00
2021-05-31 16:14:28 +02:00
2021-07-28 21:57:05 +02:00
2021-05-31 16:14:28 +02:00
2021-07-26 21:01:45 +02:00
#4
2021-07-27 13:16:44 +02:00
#4
2021-07-27 13:16:44 +02:00
2021-07-28 21:57:05 +02:00

ki-frontend

Build Status

Vue3 Projekt:

Project setup

npm ci

Konfigurationsdatei anpassen

cp public/config.js.dev public/config.js
vi public/config.js

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.

Vorraussetzung: Node & NPM

Docker

Image bauen

docker build --target ki-frontend --tag ki_frontend .

Container starten

docker run \
    --name=ki_frontend \
    -v ${PWD}/public/config.js:/user/share/nginx/html/config.js \
    -p 8000:80 \
    ki_frontend
Description
Frontend für das Kompetenz Inventar. Geschrieben in vue.js. Alle Issues werden im ki-doku Repository verwaltet
Readme 43 MiB
1.2.0 Latest
2024-08-22 11:26:25 +02:00
Languages
Vue 72%
JavaScript 23.4%
Dockerfile 1.7%
HTML 1.6%
SCSS 1.3%