Skip to content

Commit 0aec6eb

Browse files
committed
Publishing example examples/v7-vuejs-template
1 parent b21e7e7 commit 0aec6eb

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Edgio v7 Vue.js SSR Template
22

3-
This example is a basic Vue.js 4 template powered by Edgio.
4-
5-
**Preview**: https://edgio-community-examples-v7-vuejs-live.edgio.link/
3+
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).
64

75
To get started with local development, run the following to install the Edgio CLI and start the development server:
86

@@ -43,8 +41,8 @@ TypeScript cannot handle type information for `.vue` imports by default, so we r
4341
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:
4442

4543
1. Disable the built-in TypeScript Extension
46-
1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette
47-
2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
44+
1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
45+
2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
4846
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
4947

5048
## Customize configuration

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
1212
"format": "prettier --write src/"
1313
},
14-
"name": "v7-vuejs",
14+
"name": "edgio-v7-vuejs-template",
1515
"version": "0.0.0",
1616
"private": true,
1717
"dependencies": {

0 commit comments

Comments
 (0)