Skip to content

Commit d04caa8

Browse files
committed
Updated README.md.
1 parent 17fb2cf commit d04caa8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ my-app
1818
|...
1919
```
2020

21+
This template supports:
22+
23+
- .vue Single-File Components;
24+
- scss imports and inside `<style>` tags in .vue files;
25+
- root imports (imports starting with `/` refer to the root of the `app` folder);
26+
- babel with `es2015` and `stage-2` presets;
27+
2128
## Usage
2229

2330
1. Install NativeScript tools (see http://docs.nativescript.org/start/quick-setup)
@@ -44,4 +51,5 @@ tns run ios
4451
```
4552

4653
4. Code!
47-
You will find more sample code [here](https://github.com/tralves/nativescript-vue/tree/master/samples).
54+
Check [Groceries Vue](https://github.com/tralves/groceries-ns-vue) to see this template
55+
in action in a complete app.

0 commit comments

Comments
 (0)