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

https://github.com/elianhugh/quarto-petite-vue


https://github.com/elianhugh/quarto-petite-vue

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# petite-vue Extension For Quarto

Provides access to the [petite-vue](https://github.com/vuejs/petite-vue/) JavaScript library in Quarto.

## Installing

```bash
quarto add ElianHugh/quarto-petite-vue
```

This will install the extension under the `_extensions` subdirectory.
If you're using version control, you will want to check in this directory.

## Using

_TODO_: Describe how to use your extension.

## Example

Here is the source code for a minimal example: [example.qmd](example.qmd).