Skip to content

Commit

Permalink
Publishing example examples/v7-vuejs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 9, 2024
1 parent 0aec6eb commit ac1bdf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ac1bdf3

Please sign in to comment.