mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
20 lines
267 B
Markdown
20 lines
267 B
Markdown
## Ray Template 使用手册
|
|
|
|
## 前言
|
|
|
|
> `Ray Template` 默认使用 `yarn` 作为包管理器,并且默认启用严格模式的 `eslint`。
|
|
|
|
### 使用
|
|
|
|
#### 依赖安装
|
|
|
|
```sh
|
|
# yarn
|
|
yarn
|
|
|
|
# npm
|
|
npm i
|
|
```
|
|
|
|
#### 未完待续。。。后续慢慢更新该文件
|