1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/website/translated_docs/zh-CN/build.md
2018-08-09 08:05:57 +02:00

13 lines
323 B
Markdown

---
id: 创建
title: "创建源代码"
---
Verdaccio 依赖 `yarn` 而非 `npm` 来下载依赖项。
*请注意:当前创建源代码只能通过`➜ yarn@1.x`来生成。
```bash
yarn install
```
要查看脚本的完整列表, 请[点击这里](https://github.com/verdaccio/verdaccio/wiki/Build-Source-Code)。