We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System: OS: Windows 10 10.0.19045 CPU: (16) x64 Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz Memory: 3.88 GB / 15.78 GB Browsers: Edge: Chromium (127.0.2651.74) Internet Explorer: 11.0.19041.4355 npmPackages: rspress: ^1.33.1 => 1.33.1 @rsbuild/plugin-vue: ^1.0.1 => 1.0.1
My rspress config:
import { defineConfig } from 'rspress/config'; import { pluginVue } from '@rsbuild/plugin-vue'; export default defineConfig({ root: 'docs', outDir: 'dist', builderPlugins: [pluginVue()], });
Run rspress dev export error:
rspress dev
Error: [VueLoaderPlugin Error] No matching use for vue-loader is found. Make sure the rule matching .vue files include vue-loader in its use.
https://github.com/LonelySnowman/rspress-vue-demo
1.run npm install 2.run npm run dev 3.check the error
npm install
npm run dev
The text was updated successfully, but these errors were encountered:
Rspress is a react-based static site generator.
Sorry, something went wrong.
@Timeless0911 大佬我看官网写的支持 Vue SFC。
第一段的主语是 Vitepress 哈 第二段只是一个插件配置的示例,如果想要使用 Vue 进行渲染,还需要做很多额外的工作,社区贡献者有一个 https://www.npmjs.com/package/rspress-plugin-vue 包进行尝试,你可以尝试看看
#133 (comment)
No branches or pull requests
Version
System:
OS: Windows 10 10.0.19045
CPU: (16) x64 Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
Memory: 3.88 GB / 15.78 GB
Browsers:
Edge: Chromium (127.0.2651.74)
Internet Explorer: 11.0.19041.4355
npmPackages:
rspress: ^1.33.1 => 1.33.1
@rsbuild/plugin-vue: ^1.0.1 => 1.0.1
Details
My rspress config:
Run
rspress dev
export error:Reproduce link
https://github.com/LonelySnowman/rspress-vue-demo
Reproduce Steps
1.run
npm install
2.run
npm run dev
3.check the error
The text was updated successfully, but these errors were encountered: