https://github.com/open-data-plan/g2plot-vue-demo
demo for g2plot with vue 3
https://github.com/open-data-plan/g2plot-vue-demo
Last synced: 9 months ago
JSON representation
demo for g2plot with vue 3
- Host: GitHub
- URL: https://github.com/open-data-plan/g2plot-vue-demo
- Owner: open-data-plan
- Created: 2021-03-05T08:03:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T01:53:56.000Z (almost 5 years ago)
- Last Synced: 2025-04-25T15:13:21.869Z (about 1 year ago)
- Language: TypeScript
- Homepage: g2plot-vue-demo-opd.vercel.app
- Size: 722 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# g2plot-vue-demo
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).