Skip to content

Commit

Permalink
Update npm-flow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhhub authored Apr 18, 2024
1 parent ff9e9bb commit d3c55e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/open-source/npm-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@

基于`father`二次开发,支持了`vue2和vue3``bundless` 编译

```
npm i @viwo/npm-flow -D
```

# Config

支持以下配置项。

## 公共配置

### vue
```js
{
vue: {
version: 2 | 3
}
}
```

### alias

- 类型:`Record<string, string>`
Expand Down

0 comments on commit d3c55e2

Please sign in to comment.