Skip to content

KnowageLabs/Knowage-Server-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

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

About

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

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 20