Home
Softono

Knowage Server Frontend

Open source Vue
11
Stars
6
Forks
0
Issues
3
Watchers
2 months
Last Commit

 About Knowage Server Frontend

The Open Source Advanced Analytics and Business Intelligence Suite - Vue Js Frontend

Platforms

Web Self-hosted

Languages

Vue

Need Help Installing Knowage Server Frontend?

We provide expert installation service for this software. Our team will install, configure, and secure Knowage Server Frontend on your server. plans start at just $30.

Knowage Server Frontend

View on GitHub

KNOWAGE Server Frontend

Project setup

npm install

Local environment variables

Create an .env.local file in the project root and set the following properties depending on your environment:

  • VITE_API_URL=http://localhost:8080

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Jest Unit-tests

npm run test:unit

Project Structure (src)

.
├── assets
│   └── ...
├── components
│   ├── knMenu
│   │   ├── KnMenu.spec.js
│   │   ├── KnMenu.vue
│   │   └── KnMenuItem.vue
│   └── ...
├── helpers
├── i18n
│   ├── en_BG.json
│   ├── it_IT.json
│   └── ...
├── modules
│   ├── managers
│   │   ├── galleryManagement
│   │   │   ├── GalleryManagement.routes.js
│   │   │   ├── GalleryManagement.spec.js
│   │   │   └── GalleryManagement.vue
│   │   └── managers.routes.js
│   └── ...
│   └── shared
│       ├── 404.vue
│       └── IframeRenderer.vue
├── App.i18n.js
├── App.routes.js
├── App.spec.js
├── App.store.js
├── App.vue
├── main.ts

Translation contribution

If you are interested in translating KNOWAGE in one of the languages not available at the moment you can follow this guide