mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
docs: pages
This commit is contained in:
parent
dcf885b271
commit
155ab33cc4
@ -7,7 +7,7 @@ import { backToTopPlugin } from '@vuepress/plugin-back-to-top'
|
||||
import { navbar, sidebar } from './configs';
|
||||
|
||||
export default defineUserConfig({
|
||||
base: '/',
|
||||
base: process.env.BASE ? `/${process.env.BASE}/` : '/',
|
||||
|
||||
head: [
|
||||
['link', { rel: 'manifest', href: '/manifest.webmanifest' }],
|
||||
|
@ -15,7 +15,7 @@
|
||||
"clean": "rm -rf ./node_modules & rm -rf packages/**/node_modules & rm -rf packages/**/.cache",
|
||||
"docs:dev": "vuepress dev docs --clean-cache",
|
||||
"docs:build": "vuepress build docs --clean-cache",
|
||||
"docs:build-pages": "BASE=/fes.js/ vuepress build docs --clean-cache",
|
||||
"docs:build-pages": "BASE=fes.js vuepress build docs --clean-cache",
|
||||
"test": "fes test",
|
||||
"lint": "eslint -c ./.eslintrc.js --ignore-pattern='templates' --ext .js,.jsx,.vue,.ts",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
||||
|
Loading…
x
Reference in New Issue
Block a user