https://github.com/geminate/d3-learn
D3.js 学习和测试项目
https://github.com/geminate/d3-learn
Last synced: about 1 year ago
JSON representation
D3.js 学习和测试项目
- Host: GitHub
- URL: https://github.com/geminate/d3-learn
- Owner: geminate
- License: mit
- Created: 2018-12-17T09:58:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T09:14:28.000Z (over 7 years ago)
- Last Synced: 2025-03-12T19:40:05.998Z (over 1 year ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d3-learn
> D3.js 学习/测试 项目
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```