Skip to content

Latest commit

 

History

History
78 lines (52 loc) · 3.05 KB

README.md

File metadata and controls

78 lines (52 loc) · 3.05 KB

Cloudforet Console


 

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

How to Use

Run dev server

npm install

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": ""
 }
}

🧩 Mirinae - Cloudforet Design System

Mirinae storybook

 
 

👨‍👩‍👧 Author

See our OWNERS file.

 
 

📝 License

This project is Apache 2.0 licensed.