mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
7 lines
294 B
Handlebars
7 lines
294 B
Handlebars
{
|
|
"framework": null,
|
|
"buildCommand": "{{#if (equal packageManager 'yarn')}}yarn{{else}}{{packageManager}} run{{/if}} docs:build",
|
|
"installCommand": "{{#if (equal packageManager 'yarn')}}yarn{{else}}{{packageManager}} install{{/if}}",
|
|
"outputDirectory": "{{ docsDir }}/.vuepress/dist"
|
|
}
|