# d3charts **Repository Path**: WwupengP/d3charts ## Basic Information - **Project Name**: d3charts - **Description**: 使用d3js实现的常用图表 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-14 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # d3charts ## 项目创建 ``` vue create d3charts cd d3charts vue add vuex vue add router vue add eslint vue add @vue/babel npm i @babel/core @babel/cli -D npm i @babel/preset-env -D npm i node-sass -S npm i sass-loader -S ``` ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).