somosphi / documentation-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

documentation-web

Installation

This is a Vue.js + React.js frontend module for documentation-backend.

Enviroment variables

BASE_URL: Base url (default "/")
VUE_APP_TITLE: Aplication title
VUE_APP_THEME_COLOR: Theme color of vuetify
VUE_APP_DOCS_BACKEND_URL: Docs backend service url
VUE_APP_FAVICON_URL: Application favicon

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About


Languages

Language:TypeScript 59.9%Language:Vue 22.4%Language:JavaScript 10.2%Language:HTML 6.9%Language:CSS 0.6%