通常,VuePress项目会包含一个.vuepress文件夹,其中应该包含config.js(或其他格式的配置文件,如config.ts)。 检查配置文件: 打开.vuepress/config.js(或相应的配置文件),检查是否包含了bundler或theme选项。这两个选项是VuePress项目的基本配置要求。 确保配置中包含bundler或theme选项: 如果配置文件中缺少这些选项,您需要...
推荐两个非常好用的vuepres主题 | 1、hope主题,集成了很多常用插件,支持markdown扩展。搭建博客非常方便,很多开源项目都是用这个当官方网站,目前已经支持vuepress的v2版本。链接2、vuepress-theme-vdoing主题,同样集成了很多常用插件,目前支持vuepress的v1版本,有专门的阅读模式的配色主题,非常适合当博客。链接两者区别:...
vue Vue3复用组件(组件使用js对象)路由跳转后失效的bug.md web归纳.md 2 changes: 1 addition & 1 deletion 2 src/.vuepress/theme.ts Original file line numberDiff line numberDiff line change @@ -118,7 +118,7 @@ export default hopeTheme({ // insert component easily // component: true,...
Schema.org:TechArticle Install npm install vuepress-theme-material-free --save Configuration This is an example ofconfig.jswith all options available: // .vuepress/config.jsmodule.exports={title:'My Blog',theme:'vuepress-theme-material-free',themeConfig:{logo:'/assets/img/my-logo.png',authors...
Node.js 是一个开源与跨平台的 JavaScript 运行时环境。 http://nqdeng.github.io/7-days-nodejs/ Vue cli 教程 vue官方出品的快速构建单页应用的脚手架。 https://cli.vuejs.org/zh/guide/ Vant 教程 轻量、可靠的移动端Vue组件库。 https://youzan.github.io/vant-weapp/#/home ...
Vuepress - Minimalistic Vue-powered static site generator Socialhome - A federated rich profile builder with social networking features GenVue - a hostable, web application that lets confidential users upload and share private files build on Vue.js, Vuetifyjs and NetCore WebAPI stack vue-array - ...
一键部署一个 Vue CLI 创建的 项目 项目示例 下面的快速开始部分可以帮助您更快地体验 CloudBase Framework 的能力,以便尽快开始将自己的项目部署起来。 插件 云开发 CloudBase Framework 支持插件机制,提供了多种应用框架和云资源的插件,只需要很少的配置甚至 0 配置就可以现有应用和云开发 CloudBase Framework 框架进行...
(https://parceljs.org/) +.cache + +# next.js build output +.next + +# nuxt.js build output +.nuxt + +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless + +# IDE +.idea + +# Service worker +sw.* + +#misc +demo/node_modules diff --git a/...
.vuepress/config.ts | 305 --- docs/.vuepress/config/baiduCode.ts | 1 - docs/.vuepress/config/htmlModules.ts | 122 --- docs/.vuepress/config/sidebar.js | 105 --- docs/.vuepress/enhanceApp.js | 9 - docs/.vuepress/plugins/love-me/index.js | 12 - docs/.vuepress/plugins/love-me...
vuepress build output +.vuepress/dist + +# vuepress v2.x temp and cache directory +.temp +.cache + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used ...