Skip to content

Commit 74cf159

Browse files
committed
2 parents 49c9ec2 + c4a52da commit 74cf159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tns create hello-ns-vue --template https://github.com/tralves/nativescript-vue-w
1616
3. Watch for changes while developing
1717

1818
In two separate terminals run:
19-
```
19+
```bash
2020
# terminal 1
2121
webpack --watch --env.tns --env.android
2222
# or
@@ -29,7 +29,7 @@ cd tns && tns debug ios
2929
```
3030

3131
4. Bundle Android or iOS for deploy (see: [{NS} documentation on webpack bundling](https://docs.nativescript.org/tooling/bundling-with-webpack#bundling))
32-
```
32+
```bash
3333
npm run start-android-bundle -- --clean
3434
npm run start-ios-bundle -- --clean
3535
```

0 commit comments

Comments
 (0)