Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
三少 committed Dec 11, 2021
1 parent 99a24ca commit 8622dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vantui-doc/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

```bash
# 通过 npm 安装
npm i @antmjs/vantui -S --production
npm install @antmjs/vantui

# 通过 yarn 安装
yarn add @antmjs/vantui --production
yarn add @antmjs/vantui
```

> 由于引用 node_modules 的模块,默认不会编译,所以需要额外给 H5 配置 esnextModules,在 taro 项目的 config/index.js 中新增如下配置项:
Expand Down

0 comments on commit 8622dd3

Please sign in to comment.