Skip to content

anny1021/learn_d3.js

Repository files navigation

learn d3.js

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

git clone https://github.com/jrs64/learn_d3.js.git

Install node_modules:

npm install

or

yarn

Start project

yarn dev

or

npm run dev

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

About

d3学习之路

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published