Skip to content

dbulatovicx32/Knowage-Server-Frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

BG - FrontEnd - Development

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 75.1%
  • TypeScript 12.9%
  • JavaScript 11.5%
  • Other 0.5%