From: Evan You Date: Mon, 7 Feb 2022 04:16:22 +0000 (+0800) Subject: chore: remove next references [ci skip] X-Git-Tag: v3.2.30~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48de8a42b7fed7a03f7f1ff5d53d6a704252cafe;p=thirdparty%2Fvuejs%2Fcore.git chore: remove next references [ci skip] --- diff --git a/README.md b/README.md index 1a837d756c..540e420964 100644 --- 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: `` +- Via CDN: `` - 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 ``` diff --git a/packages/template-explorer/README.md b/packages/template-explorer/README.md index f21443d23f..48d1257134 100644 --- a/packages/template-explorer/README.md +++ b/packages/template-explorer/README.md @@ -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.