adding dependencywheel example

This commit is contained in:
2020-03-15 00:48:39 +00:00
parent 4d6a4322bd
commit 9c277ed70a
18 changed files with 9065 additions and 0 deletions

View File

@@ -1,2 +1,24 @@
# highcharts-playground
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).