Skip to content

Commit ac1bdf3

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

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

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

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).
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/
46

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

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

4345
1. Disable the built-in TypeScript Extension
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)`
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)`
4648
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
4749

4850
## 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": "edgio-v7-vuejs-template",
14+
"name": "v7-vuejs",
1515
"version": "0.0.0",
1616
"private": true,
1717
"dependencies": {

0 commit comments

Comments
 (0)