Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 1426cce

Browse files
authored
chore: add deprecation note
1 parent 64e2c99 commit 1426cce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Deprecated :warning:
2+
3+
This template has been deprecated in favor of using the `ns create` command:
4+
5+
```bash
6+
ns create myAwesomeApp --vue # add --ts if you'd like to scaffold a project with TypeScript
7+
cd myAwesomeApp
8+
ns run ios|android
9+
```
10+
11+
---
12+
13+
114
> **Note:** This is a new version of the template for NativeScript 7, if you are looking for the old template, it is available on the [ns6 branch](https://github.com/nativescript-vue/vue-cli-template/tree/ns6).
215
316
# vue-cli-template

0 commit comments

Comments
 (0)