8000 chore: update readme · 996666925/nativescript-vue@d870e54 · GitHub
[go: up one dir, main page]

Skip to content

Commit d870e54

Browse files
committed
chore: update readme
1 parent 44184ce commit d870e54

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,27 @@
22
<img src="https://user-images.githubusercontent.com/879060/205505950-70769439-ff3e-4ecc-b0cd-1385483a847c.jpg">
33
</p>
44

5-
<h1 align="center">NativeScript-Vue3 Beta</h1>
5+
<h1 align="center">NativeScript-Vue3 RC</h1>
66

77
<p align="center">
88
<a href="https://www.npmjs.com/package/nativescript-vue">
9-
<img src="https://img.shields.io/npm/v/nativescript-vue/beta.svg" alt="npm">
9+
<img src="https://img.shields.io/npm/v/nativescript-vue/rc.svg" alt="npm">
1010
</a>
1111
<a href="https://github.com/nativescript-vue/nativescript-vue/blob/master/LICENSE">
1212
<img src="https://img.shields.io/github/license/nativescript-vue/nativescript-vue.svg" alt="license">
1313
</a>
1414
</p>
1515

16-
NativeScript-Vue with Vue3 support now in beta!
16+
NativeScript-Vue with Vue3 support now in RC!
1717

1818
## Quick start
1919

20-
<!-- To get started, you can use the [StackBlitz Template](https://stackblitz.com/fork/nativescript-vue3-beta) -->
21-
22-
To get started, you can use the [StackBlitz Template](https://stackblitz.com/fork/github/nativescript-vue/nativescript-vue/tree/main/packages/stackblitz-template?file=src%2Fcomponents%2FHome.vue&title=NativeScript%20Starter%20Vue3%20Beta)
20+
To get started, you can use the [StackBlitz Template](https://stackblitz.com/fork/github/nativescript-vue/nativescript-vue/tree/main/packages/stackblitz-template?file=src%2Fcomponents%2FHome.vue&title=NativeScript%20Starter%20Vue3)
2321

2422
...or locally:
2523

2624
```bash
27-
ns create myAwesomeApp --template @nativescript-vue/template-blank@beta
25+
ns create myAwesomeApp --template @nativescript-vue/template-blank@rc
2826

2927
cd myAwesomeApp
3028
ns run ios|android
@@ -50,7 +48,7 @@ On android, you must enable cleartext http traffic, otherwise any connections ar
5048

5149
## Issues
5250

53-
If you encounter any issues, please open a new issue with as much detail as possible. This is **beta** software, so there might be bugs.
51+
If you encounter any issues, please open a new issue with as much detail as possible.
5452

5553
- [Join Discord](https://nativescript.org/discord)
5654

0 commit comments

Comments
 (0)
0