mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
docs(@vant/cli): optimize links and fix typos (#10545)
This commit is contained in:
@@ -48,7 +48,7 @@ Build documentation website. Files will be output to `site` directory.
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ module.exports = {
|
||||
|
||||
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
|
||||
module.exports = {
|
||||
@@ -279,7 +279,7 @@ module.exports = {
|
||||
### site.baiduAnalytics
|
||||
|
||||
- Type: `object`
|
||||
- Default: `undefied`
|
||||
- Default: `undefined`
|
||||
|
||||
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
|
||||
├─ demo # component demo directory
|
||||
│ └─ index.vue # component demo
|
||||
├─ index.vue # componet source code
|
||||
├─ index.vue # component source code
|
||||
└─ README.md # component doc
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user