From ac1bdf3a87dc50df49b5f8d09ad2a34825c1c8d2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 9 May 2024 16:16:53 +0000 Subject: [PATCH] Publishing example examples/v7-vuejs --- README.md | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 024b7f9..3ae0565 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Edgio v7 Vue.js SSR Template -This template is a basic Vue.js 4 template powered by Edgio. You may create a new property using this template from the [Edgio Console](https://app.edg.io). +This example is a basic Vue.js 4 template powered by Edgio. + +**Preview**: https://edgio-community-examples-v7-vuejs-live.edgio.link/ To get started with local development, run the following to install the Edgio CLI and start the development server: @@ -41,8 +43,8 @@ TypeScript cannot handle type information for `.vue` imports by default, so we r If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps: 1. Disable the built-in TypeScript Extension - 1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette - 2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)` + 1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette + 2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)` 2. Reload the VSCode window by running `Developer: Reload Window` from the command palette. ## Customize configuration diff --git a/package.json b/package.json index e7b994c..dd909b0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/" }, - "name": "edgio-v7-vuejs-template", + "name": "v7-vuejs", "version": "0.0.0", "private": true, "dependencies": {