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
vitepress init
vitepress
npx vitepress init
cwd
.vitepress/config.js
example.md
index.md
.vitepress/theme/index.js
.vitepress/theme/style.css
.vitepress/theme/index.s
.vitepress/theme/Layout.vue
The text was updated successfully, but these errors were encountered:
feat: vitepress init command (#2020)
38bbdad
close #1252
Successfully merging a pull request may close this issue.
vitepress init
vitepress
withnpx vitepress init
cwd
).vitepress/config.js
with title, description, and a comment with link to app config docsexample.md
with examples of built-in markdown featuresindex.md
w/ example home page frontmatterexample.md
and VitePress docs.vitepress/theme/index.js
and.vitepress/theme/style.css
with theme slot and CSS var customization exmaples.vitepress/theme/index.s
+.vitepress/theme/Layout.vue
for a simple custom theme exampleThe text was updated successfully, but these errors were encountered: