mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(@vant/cli): optimize links and fix typos (#10545)
This commit is contained in:
parent
6baf42fa4a
commit
33150f82ea
@ -2,14 +2,15 @@
|
|||||||
|
|
||||||
Vant CLI is a tool for building vue component library. You can quickly build a full-featured Vue component library with vant-cli.
|
Vant CLI is a tool for building vue component library. You can quickly build a full-featured Vue component library with vant-cli.
|
||||||
|
|
||||||
|
🇨🇳 <a href="./README.zh-CN.md">查看中文版介绍</a>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Provides rich commands covering the complete process from development to deploy
|
- Provides rich commands covering the complete process from development to deploy
|
||||||
|
|
||||||
- Based on conventional directory structure. Generate elegant document website and component examples automatically.
|
- Based on conventional directory structure. Generate elegant document website and component examples automatically.
|
||||||
|
|
||||||
- ESlint Stylelint built-in.
|
- ESlint Stylelint built-in.
|
||||||
|
|
||||||
- Support Tree Shaking/Theme Customization/Import on Demand
|
- Support Tree Shaking/Theme Customization/Import on Demand
|
||||||
|
|
||||||
### Quickstart
|
### Quickstart
|
||||||
@ -71,4 +72,4 @@ Please add the followed config to `package.json` file.
|
|||||||
- [cli](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/commands.md)
|
- [cli](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/commands.md)
|
||||||
- [config](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/config.md)
|
- [config](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/config.md)
|
||||||
- [directory structure](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/directory.md)
|
- [directory structure](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/directory.md)
|
||||||
- [CHANGLOG](https://github.com/youzan/vant/tree/dev/packages/vant-cli/changelog.md)
|
- [CHANGELOG](https://github.com/youzan/vant/tree/dev/packages/vant-cli/changelog.md)
|
||||||
|
@ -65,7 +65,7 @@ pnpm add @vant/cli -D
|
|||||||
|
|
||||||
## 详细文档
|
## 详细文档
|
||||||
|
|
||||||
- [命令](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/commands.md)
|
- [命令](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/commands.zh-CN.md)
|
||||||
- [配置指南](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/config.md)
|
- [配置指南](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/config.zh-CN.md)
|
||||||
- [目录结构](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/directory.md)
|
- [目录结构](https://github.com/youzan/vant/tree/dev/packages/vant-cli/docs/directory.zh-CN.md)
|
||||||
- [更新日志](https://github.com/youzan/vant/tree/dev/packages/vant-cli/changelog.md)
|
- [更新日志](https://github.com/youzan/vant/tree/dev/packages/vant-cli/changelog.md)
|
||||||
|
@ -48,7 +48,7 @@ Build documentation website. Files will be output to `site` directory.
|
|||||||
|
|
||||||
### release
|
### release
|
||||||
|
|
||||||
Publish to npm. `build` and `changlog` will be automatically execute when run `release`.
|
Publish to npm. `build` and `changelog` will be automatically execute when run `release`.
|
||||||
|
|
||||||
## changelog
|
## changelog
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ module.exports = {
|
|||||||
|
|
||||||
Equivalent to vite `build.outDir`.
|
Equivalent to vite `build.outDir`.
|
||||||
|
|
||||||
Genrally, documentation site will be deployed to subpath of domain. For examle: `https://my.github.io/demo-ui/`, `publicPath` should be `/demo-ui/`.
|
Generally, documentation site will be deployed to subpath of domain. For example: `https://my.github.io/demo-ui/`, `publicPath` should be `/demo-ui/`.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
module.exports = {
|
module.exports = {
|
||||||
@ -279,7 +279,7 @@ module.exports = {
|
|||||||
### site.baiduAnalytics
|
### site.baiduAnalytics
|
||||||
|
|
||||||
- Type: `object`
|
- Type: `object`
|
||||||
- Default: `undefied`
|
- Default: `undefined`
|
||||||
|
|
||||||
Documentation site baidu analysis config. The script of Baidu Statistic will be automatically loaded when build documentation website.
|
Documentation site baidu analysis config. The script of Baidu Statistic will be automatically loaded when build documentation website.
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ The directories for individual components are as follows:
|
|||||||
button
|
button
|
||||||
├─ demo # component demo directory
|
├─ demo # component demo directory
|
||||||
│ └─ index.vue # component demo
|
│ └─ index.vue # component demo
|
||||||
├─ index.vue # componet source code
|
├─ index.vue # component source code
|
||||||
└─ README.md # component doc
|
└─ README.md # component doc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user