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-TW/3-Data-Visualization/13-meaningful-visualizations/starter/README.md

33 lines
1023 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
```
### 自訂設定
請參考 [設定參考](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 -->