You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Data-Science-For-Beginners/translations/zh-CN/3-Data-Visualization/13-meaningful-visualizations/solution/README.md

33 lines
980 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 危险关系数据可视化项目
要开始,请确保你的机器上运行了 NPM 和 Node **>=20.0.0**。安装依赖npm install然后本地运行项目npm run serve
## 项目设置
```
npm install
```
### 编译并热重载以进行开发
```
npm run serve
```
### 编译并压缩以用于生产环境
```
npm run build
```
### 语法检查并修复文件
```
npm run lint
```
### 自定义配置
参见 [Configuration Reference](https://cli.vuejs.org/config/)。
---
<!-- CO-OP TRANSLATOR DISCLAIMER START -->
**免责声明**
本文件由 AI 翻译服务 [Co-op Translator](https://github.com/Azure/co-op-translator) 翻译完成。尽管我们力求准确,但请注意,自动翻译可能包含错误或不准确之处。原始语言版文件应视为权威来源。对于重要信息,建议使用专业人工翻译。我们对因使用本翻译而产生的任何误解或误释不承担责任。
<!-- CO-OP TRANSLATOR DISCLAIMER END -->