https://github.com/elianhugh/quarto-petite-vue
https://github.com/elianhugh/quarto-petite-vue
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elianhugh/quarto-petite-vue
- Owner: ElianHugh
- Created: 2023-01-23T07:16:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T11:46:10.000Z (over 2 years ago)
- Last Synced: 2025-01-17T16:37:19.909Z (9 months ago)
- Language: Lua
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).