guide/project-structure/ #410
Unanswered
Replies: 1 comment 1 reply
-
按照 Administrator@DESKTOP-RRV548V MINGW64 /e/myblog (master)
$ npm run docs:dev
> [email protected] docs:dev
> vuepress dev docs
- Initializing and preparing data
file:///E:/myblog/docs/.vuepress/plume.config.ts.f9935ee6e85339e4388e9b52e9057982.mjs:2
import { definePlumeConfig } from "vuepress-theme-plume";
^^^^^^^^^^^^^^^^^
SyntaxError: The requested module 'vuepress-theme-plume' does not provide an export named 'definePlumeConfig'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:134:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:217:5)
at async ModuleLoader.import (node:internal/modules/esm/loader:316:24)
at async compiler (file:///E:/myblog/node_modules/vuepress-theme-plume/lib/node/index.js:240:14)
at async initConfigLoader (file:///E:/myblog/node_modules/vuepress-theme-plume/lib/node/index.js:1156:41)
Node.js v20.16.0
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
guide/project-structure/
本指南将向您说明 VuePress 和 Plume 创建的项目的文件结构,以及如何在项目中使用它们。 当您 的项目,它的文件结构是这样的: 如果你是手动创建的,也可以参考此文件结构管理您的项目 文档源目录 文档源目录 指的是,你的站点的所有 markdown 文件所在的目录。该目录一般在使用 命令行工具 启动 VuePress 时指定: 一般而言,Vu...
https://plume.pengzhanbo.cn/guide/project-structure/
Beta Was this translation helpful? Give feedback.
All reactions