Skip to content

Commit 48de8a4

Browse files
committed
chore: remove next references [ci skip]
1 parent 9dd0af4 commit 48de8a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# vuejs/core [![npm](https://img.shields.io/npm/v/vue/next.svg)](https://www.npmjs.com/package/vue/v/next) [![build status](https://github.com/vuejs/core/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/vuejs/core/actions/workflows/ci.yml)
1+
# vuejs/core [![npm](https://img.shields.io/npm/v/vue.svg)](https://www.npmjs.com/package/vue) [![build status](https://github.com/vuejs/core/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/vuejs/core/actions/workflows/ci.yml)
22

33
This is the repository for Vue 3.x.
44

55
## Quickstart
66

7-
- Via CDN: `<script src="https://unpkg.com/vue@next"></script>`
7+
- Via CDN: `<script src="https://unpkg.com/vue@3"></script>`
88
- Try in the browser on [StackBlitz](https://vite.new/vue)
99
- Scaffold via [create-vue](https://github.com/vuejs/create-vue):
1010

1111
```bash
1212
# npm
13-
npm init vue@latest
13+
npm init vue@3
1414
# yarn
1515
yarn create vue
1616
```

packages/template-explorer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ To run:
77
- `npm run dev-compiler` in repo root
88
- When the compilation is done, in another terminal run `npm run open`
99

10-
Note: `index.html` uses CDN for dependencies and is continuously deployed at [https://vue-next-template-explorer.netlify.com/](https://vue-next-template-explorer.netlify.com/). For local development, use the scripts above.
10+
Note: `index.html` uses CDN for dependencies and is continuously deployed at [https://template-explorer.vuejs.org](https://template-explorer.vuejs.org). For local development, use the scripts above.

0 commit comments

Comments
 (0)