mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
[improvement] rename docs/src to docs/site (#3660)
This commit is contained in:
parent
75c79b7044
commit
425ba7ecf7
@ -6,8 +6,8 @@ const { VueLoaderPlugin } = require('vue-loader');
|
||||
module.exports = {
|
||||
mode: 'development',
|
||||
entry: {
|
||||
'vant-docs': './docs/src/index.js',
|
||||
'vant-mobile': './docs/src/mobile.js'
|
||||
'vant-docs': './docs/site/index.js',
|
||||
'vant-mobile': './docs/site/mobile.js'
|
||||
},
|
||||
output: {
|
||||
path: path.join(__dirname, '../docs/dist'),
|
||||
@ -77,13 +77,13 @@ module.exports = {
|
||||
new ProgressBarPlugin(),
|
||||
new HtmlWebpackPlugin({
|
||||
chunks: ['vant-docs'],
|
||||
template: 'docs/src/index.tpl',
|
||||
template: 'docs/site/index.tpl',
|
||||
filename: 'index.html',
|
||||
inject: true
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
chunks: ['vant-mobile'],
|
||||
template: 'docs/src/index.tpl',
|
||||
template: 'docs/site/index.tpl',
|
||||
filename: 'mobile.html',
|
||||
inject: true
|
||||
})
|
||||
|
@ -16,7 +16,7 @@
|
||||
</div>
|
||||
|
||||
<h1 class="vant-title">
|
||||
<img src="https://img.yzcdn.cn/vant/logo.png" >
|
||||
<img src="https://img.yzcdn.cn/vant/logo.png">
|
||||
<span>Vant</span>
|
||||
</h1>
|
||||
<h2 class="vant-desc">{{ description }}</h2>
|
@ -1,5 +1,5 @@
|
||||
import Vue from 'vue';
|
||||
import '../docs/src/demo-common';
|
||||
import '../docs/site/demo-common';
|
||||
import Locale from '../src/locale';
|
||||
import { mount, later } from './utils';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user