From 75dfc02afa8b9cb538a959300c46dee85303f09a Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 22 Jun 2021 16:33:34 -0400 Subject: [PATCH] chore(): add v6 beta note on starting a new app (#23488) --- BETA.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BETA.md b/BETA.md index 5f81d0f51a..a4585f5e06 100644 --- a/BETA.md +++ b/BETA.md @@ -6,6 +6,8 @@ Thanks for your interest in trying out the Framework v6 beta! We are looking for We have worked to make the Framework v6 migration as easy as possible, so the upgrade process should be a breeze! +Developers can follow the guide below to begin updating their existing apps to Framework v6. If you want to try out Framework v6 in a new app, you can create a starter application using `ionic start` with the Ionic CLI and then follow the guide below. See https://ionicframework.com/docs/intro/cli for information on how to get started with a new Ionic Framework application. + > Note: Framework v6 is currently in beta, so do not push any apps running v6 to production! ### Ionic Vue