An open API service indexing awesome lists of open source software.

https://github.com/Lightning-Chart/lcjs-vue-template

Vue project template with LightningChart JS
https://github.com/Lightning-Chart/lcjs-vue-template

lcjs lightningchart template vue

Last synced: 26 days ago
JSON representation

Vue project template with LightningChart JS

Awesome Lists containing this project

README

        

# LightningChart® JS Vue usage example

This repository showcases how to integrate LightingChart® JS charting library to a Vue application.

More information about LightningChart® JS can be found from our website, https://www.arction.com/lightningchart-js/.

This project was bootstrapped with [Creating a Project](https://cli.vuejs.org/guide/creating-a-project.html).

## Available Scripts

In the project directory, you can run:

### Install project dependencies
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

Launches the test runner in the interactive watch mode.

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).