mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
Vuepress 1.0 (#844)
* bump vuepress * extend default-theme, implement codefund * explicitly install alpha plugins * update config
This commit is contained in:
@@ -3,8 +3,7 @@ const isDeployPreview = process.env.hasOwnProperty('DEPLOY_PREVIEW');
|
|||||||
const meta = {
|
const meta = {
|
||||||
title: 'Vue Select | VueJS Select2/Chosen Component',
|
title: 'Vue Select | VueJS Select2/Chosen Component',
|
||||||
description: 'Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.',
|
description: 'Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.',
|
||||||
url: 'http://sagalbot.github.io/vue-select/',
|
url: 'https://vue-select.org',
|
||||||
icon: '/vue-logo.png',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
let head = [
|
let head = [
|
||||||
@@ -75,6 +74,10 @@ module.exports = {
|
|||||||
buttonText: 'Refresh',
|
buttonText: 'Refresh',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'@vuepress/plugin-register-components': {},
|
||||||
|
'@vuepress/plugin-active-header-links': {},
|
||||||
|
'@vuepress/plugin-search': {},
|
||||||
|
'@vuepress/plugin-nprogress': {},
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
repo: 'sagalbot/vue-select',
|
repo: 'sagalbot/vue-select',
|
||||||
|
|||||||
+1
-1
@@ -12,4 +12,4 @@
|
|||||||
# inherit these settings.
|
# inherit these settings.
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
publish = "docs/.vuepress/dist"
|
publish = "docs/.vuepress/dist"
|
||||||
command = "yarn add --dev webpack@~4.28 && yarn && yarn build:preview"
|
command = "yarn && yarn build:preview"
|
||||||
|
|||||||
@@ -30,8 +30,12 @@
|
|||||||
"@babel/preset-env": "^7.4.2",
|
"@babel/preset-env": "^7.4.2",
|
||||||
"@babel/runtime": "^7.4.2",
|
"@babel/runtime": "^7.4.2",
|
||||||
"@vue/test-utils": "^1.0.0-beta.29",
|
"@vue/test-utils": "^1.0.0-beta.29",
|
||||||
|
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.47",
|
||||||
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.47",
|
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.47",
|
||||||
|
"@vuepress/plugin-nprogress": "^1.0.0-alpha.47",
|
||||||
"@vuepress/plugin-pwa": "^1.0.0-alpha.47",
|
"@vuepress/plugin-pwa": "^1.0.0-alpha.47",
|
||||||
|
"@vuepress/plugin-register-components": "^1.0.0-alpha.47",
|
||||||
|
"@vuepress/plugin-search": "^1.0.0-alpha.47",
|
||||||
"autoprefixer": "^9.4.7",
|
"autoprefixer": "^9.4.7",
|
||||||
"babel-core": "^7.0.0-bridge.0",
|
"babel-core": "^7.0.0-bridge.0",
|
||||||
"babel-loader": "^8.0.5",
|
"babel-loader": "^8.0.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user