mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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 = {
|
module.exports = {
|
||||||
mode: 'development',
|
mode: 'development',
|
||||||
entry: {
|
entry: {
|
||||||
'vant-docs': './docs/src/index.js',
|
'vant-docs': './docs/site/index.js',
|
||||||
'vant-mobile': './docs/src/mobile.js'
|
'vant-mobile': './docs/site/mobile.js'
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: path.join(__dirname, '../docs/dist'),
|
path: path.join(__dirname, '../docs/dist'),
|
||||||
@ -77,13 +77,13 @@ module.exports = {
|
|||||||
new ProgressBarPlugin(),
|
new ProgressBarPlugin(),
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
chunks: ['vant-docs'],
|
chunks: ['vant-docs'],
|
||||||
template: 'docs/src/index.tpl',
|
template: 'docs/site/index.tpl',
|
||||||
filename: 'index.html',
|
filename: 'index.html',
|
||||||
inject: true
|
inject: true
|
||||||
}),
|
}),
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
chunks: ['vant-mobile'],
|
chunks: ['vant-mobile'],
|
||||||
template: 'docs/src/index.tpl',
|
template: 'docs/site/index.tpl',
|
||||||
filename: 'mobile.html',
|
filename: 'mobile.html',
|
||||||
inject: true
|
inject: true
|
||||||
})
|
})
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 class="vant-title">
|
<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>
|
<span>Vant</span>
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="vant-desc">{{ description }}</h2>
|
<h2 class="vant-desc">{{ description }}</h2>
|
@ -1,5 +1,5 @@
|
|||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
import '../docs/src/demo-common';
|
import '../docs/site/demo-common';
|
||||||
import Locale from '../src/locale';
|
import Locale from '../src/locale';
|
||||||
import { mount, later } from './utils';
|
import { mount, later } from './utils';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user