SpaceONE Console
> Front-end Project for SpaceONE project. Components made with Vue2 Composition API.
[](https://sourcerer.io/fame/wesky93/spaceone-dev/console/links/0)[](https://sourcerer.io/fame/wesky93/spaceone-dev/console/links/1)[](https://sourcerer.io/fame/wesky93/spaceone-dev/console/links/2)[](https://sourcerer.io/fame/wesky93/spaceone-dev/console/links/3)[](https://sourcerer.io/fame/wesky93/spaceone-dev/console/links/4)[](https://sourcerer.io/fame/wesky93/spaceone-dev/console/links/5)[](https://sourcerer.io/fame/wesky93/spaceone-dev/console/links/6)[](https://sourcerer.io/fame/wesky93/spaceone-dev/console/links/7)
## How to Use
### Run dev server
```shell
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```
```json
{
"AMCHARTS_LICENSE": {
"CHARTS": "",
"MAPS": "",
"TIMELINE": ""
}
}
```
## 🧩 SpaceOne Design System
[SpaceOne storybook](http://storybook.developer.spaceone.dev/)
## 👨👩👧 Author
See our [OWNERS](https://github.com/spaceone-dev/console/blob/master/AUTHORS) file.
## 📝 License
This project is [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) licensed.