]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove next references [ci skip]
authorEvan You <yyx990803@gmail.com>
Mon, 7 Feb 2022 04:16:22 +0000 (12:16 +0800)
committerEvan You <yyx990803@gmail.com>
Mon, 7 Feb 2022 04:16:22 +0000 (12:16 +0800)
README.md
packages/template-explorer/README.md

index 1a837d756c4be4b62c101d9a745993a05b97cba9..540e4209641eccc6010007d6601393aa262912fc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-# 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)
+# 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)
 
 This is the repository for Vue 3.x.
 
 ## Quickstart
 
-- Via CDN: `<script src="https://unpkg.com/vue@next"></script>`
+- Via CDN: `<script src="https://unpkg.com/vue@3"></script>`
 - Try in the browser on [StackBlitz](https://vite.new/vue)
 - Scaffold via [create-vue](https://github.com/vuejs/create-vue):
 
   ```bash
   # npm
-  npm init vue@latest
+  npm init vue@3
   # yarn
   yarn create vue
   ```
index f21443d23fde51958b14ad94e4404cccfcea0cc4..48d125713431efef405a0431599f637a10723c2e 100644 (file)
@@ -7,4 +7,4 @@ To run:
 - `npm run dev-compiler` in repo root
 - When the compilation is done, in another terminal run `npm run open`
 
-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.
+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.