Skip to content

Frontend Project for Open-source Multi & Hybrid Cloud Management Platform, SpaceONE.

License

Notifications You must be signed in to change notification settings

minseolee/console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudforet Console


 

Front-end Project for Cloudforet. Components made with Vue2 Composition API.

How to Use

Run dev server

npm install

npm run build:packages

npm run serve

Chart License

The console internally uses amCharts for all charts.
Before using the console, look carefully at amCharts' license.
If you want to purchase the amCharts license that suits you and use it on your console, follow the instructions below.

Add your license key to public/config/default.json

{
 "AMCHARTS_LICENSE": {
  "CHARTS": "",
  "MAPS": "",
  "TIMELINE": ""
 }
}

E2E Test Settings

Set Variables

Add playwright/local.env file into project root.

  USERNAME=testuser
  PASSWORD=password
  BASEURL=https://example.com/ 
  • BASEURL is an optional variable. Default is http://localhost:8080

🧩 Mirinae - Cloudforet Design System

Mirinae storybook

 
 

👨‍👩‍👧 Author

See our OWNERS file.

 
 

📝 License

This project is Apache 2.0 licensed.

About

Frontend Project for Open-source Multi & Hybrid Cloud Management Platform, SpaceONE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 72.9%
  • TypeScript 15.4%
  • JavaScript 11.5%
  • CSS 0.2%
  • Mustache 0.0%
  • HTML 0.0%