Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gardenjs/render-plugin-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1-alpha05
Choose a base ref
...
head repository: gardenjs/render-plugin-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 11, 2024

  1. update versions

    Robin Danzinger committed Jul 11, 2024
    Copy the full SHA
    35efd18 View commit details
  2. Merge branch 'main' of github.com:gardenjs/render-plugin-vue

    Robin Danzinger committed Jul 11, 2024
    Copy the full SHA
    7159756 View commit details

Commits on Jul 16, 2024

  1. Update README.md

    onza authored Jul 16, 2024
    Copy the full SHA
    01d4a9f View commit details
Showing with 202 additions and 213 deletions.
  1. +2 −2 README.md
  2. +199 −210 package-lock.json
  3. +1 −1 package.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# render-plugin-vue

Plugin for rendering Vue components in Gardenjs.
Plugin for rendering Vue.js components in Gardenjs.

In the [Gardenjs Docs](https://gardenjs.org) (coming soon...) you will find documentation on how to get started with Gardenjs.
In the [Gardenjs Docs](https://gardenjs.org) you will find documentation on how to get started with Gardenjs.
409 changes: 199 additions & 210 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gardenjs/render-plugin-vue",
"version": "0.0.1-alpha05",
"version": "1.0.0",
"description": "Plugin for rendering vue components in gardenjs",
"main": "index.js",
"type": "module",