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
- Host: GitHub
- URL: https://github.com/Lightning-Chart/lcjs-vue-template
- Owner: Arction
- Created: 2019-10-21T12:38:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T10:11:12.000Z (10 months ago)
- Last Synced: 2024-08-05T11:54:33.387Z (10 months ago)
- Topics: lcjs, lightningchart, template, vue
- Language: Vue
- Homepage:
- Size: 3.42 MB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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/).