
Easy to install
Run
pnpm create vuepress-theme-hope hope-projectto create a new project with this theme.Run
pnpm create vuepress-theme-hope add .in your project root to create a new project with this theme.
Add things you want in Markdown
We extended the standard commonMark specification and added tons of new features for you.
Theme by VuePress Theme Hope |
This is an example of a project homepage. You can place your main content here.
To use this layout, you need to set home: true in the page front matter.
For related descriptions of configuration items, please see Project HomePage Layout Config.
- VuePress - v2
- VuePress - v2
- VuePress - v2
- VuePress - v2
- VuePress - v2
- VuePress - v2
- VuePress - v2
Tips
This is a tip
Warning
This is a warning
Caution
This is a dangerous warning
Info
This is an information.
Important
This is an important message
Note
This is a note
Details
console.log('Hello, VuePress!')::: code-tabs @tab JavaScript
const name = 'VuePress'
console.log(`Hello, ${name}!`)@tab TypeScript
const name: string = 'VuePress'
console.log(`Hello, ${name}!`):::
::: tabs @tab Tab1
This is the content of Tab1.
console.log('Hello, VuePress!')@tab Tab2
This is the content of Tab2.
- List item 1
- List item 2
- List item 3 :::