25 lines
888 B
Markdown
25 lines
888 B
Markdown
# Welcome to Nuxt Content Starter
|
|
|
|
This is the main page displaying Markdown located at [content/index.md](https://github.com/nuxt/starter/blob/content/content/index.md).
|
|
|
|
Move to [about](/about) page.
|
|
|
|
## Manage your Contents
|
|
|
|
Create new pages or modify the existing ones in `content/` directory.
|
|
|
|
## Query & Render Pages
|
|
|
|
You can find an example of querying contents and rendering them in a [catch-all page](https://github.com/nuxt/starter/blob/content/app/pages/%5B...slug%5D.vue)
|
|
|
|
## Integrate Vue Component
|
|
|
|
::alert{color="green"}
|
|
The current [alert](https://github.com/nuxt/starter/blob/content/app/components/Alert.vue) and the [counter](https://github.com/nuxt/starter/blob/content/app/components/Counter.vue) below are `Vue` components integrated into the Markdown.
|
|
::
|
|
|
|
::counter
|
|
::
|
|
|
|
Checkout out the [documentation](https://content.nuxt.com/docs/getting-started) to learn more.
|