Title
This is the card content.
asd
a tip a warning an error important content
The HTML specification is maintained by the W3C.
Step 1
console.log('Hello World!')Step 2 Here is the content related to step 2
Step 3
Tips
Hint container
End
Warning
: Hint container
asd
| 列 1 | 列 2 | 列 3 |
|---|---|---|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
| 列 1 | 列 2 | 列 3 |
|---|---|---|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
const a = 1
console.log(a)/**
* @type {import('vuepress').UserConfig}
*/
const config = {
// ..
}
export default configimport type { UserConfig } from 'vuepress'
const config: UserConfig = {
// ..
}
export default configTitle
This is the card content.
Card Title 1
This is the card content.
Card Title 2
This is the card content.
docs
.vuepress
config.ts
page1.md
README.md
themeA theme directory
client
components
Navbar.vue
composables
useNavbar.ts
styles
navbar.css
config.ts
node
…
package.json
pnpm-lock.yaml
.gitignore
README.md
…
pnpm add -D vuepress vuepress-theme-plumeyarn add -D vuepress vuepress-theme-plumenpm install -D vuepress vuepress-theme-plume