We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fb2cf commit d04caa8Copy full SHA for d04caa8
README.md
@@ -18,6 +18,13 @@ my-app
18
|...
19
```
20
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
28
## Usage
29
30
1. Install NativeScript tools (see http://docs.nativescript.org/start/quick-setup)
@@ -44,4 +51,5 @@ tns run ios
44
51
45
52
46
53
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