Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azrikahar/nuxt-content-docs-external-link

Example to show how to add external link icon to default Nuxt Content Docs theme
https://github.com/azrikahar/nuxt-content-docs-external-link

nuxt nuxt-content

Last synced: about 1 month ago
JSON representation

Example to show how to add external link icon to default Nuxt Content Docs theme

Awesome Lists containing this project

README

        

# nuxt-content-docs-external-link

Example to show how to add external link icon to default Nuxt Content Docs theme. Created as a reply to this issue: https://github.com/nuxt/content/issues/398

## CodeSandbox link: https://codesandbox.io/s/distracted-hypatia-z2p7b

## Setup

Install dependencies:

```bash
npm run install
```

## Development

```bash
npm run dev
```

## Static Generation

This will create the `dist/` directory for publishing to static hosting:

```bash
npm run generate
```

To preview the static generated app, run `npm run start`

For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).