https://github.com/zhoulion/learning-visualizer
learning web data visualizer, about canvas, svg, d3, three and so on.
https://github.com/zhoulion/learning-visualizer
visualizer vue web
Last synced: about 2 months ago
JSON representation
learning web data visualizer, about canvas, svg, d3, three and so on.
- Host: GitHub
- URL: https://github.com/zhoulion/learning-visualizer
- Owner: zhouLion
- License: mit
- Created: 2021-08-26T13:59:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T17:15:15.000Z (over 4 years ago)
- Last Synced: 2025-01-30T10:41:48.409Z (over 1 year ago)
- Topics: visualizer, vue, web
- Language: JavaScript
- Homepage: https://zhoulion.github.io/learning-visualizer/
- Size: 4.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learning-visualizer

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).