File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
# NS Vue Typescript Sample
2
2
3
- > A native application built with NativeScript-Vue
3
+ > A native mobile application built with NativeScript-Vue in Typescript
4
+
5
+ ## Technologies
6
+
7
+ ### NativeScript
8
+ A cross-platform Javascript platform that allows writing native (not hybrid) mobile apps
9
+ for iOS and Android using Javascript.
10
+
11
+ https://nativescript.org
12
+
13
+ ### Vue JS
14
+ A modern Javascript frontend framework, strongly believing in single file components.
15
+
16
+ https://vuejs.org
17
+
18
+ #### Vue Router
19
+ Default router (made by official maintainers of Vue JS)
20
+
21
+ https://router.vuejs.org/
22
+
23
+ #### Vuex
24
+ Default state management framework for Vue (made by official maintainers of Vue JS)
25
+
26
+ https://vuex.vuejs.org/
27
+
28
+ ### Typescript
29
+ A language developed by Microsoft that is a superset of Javascript ES2017 standard.
30
+ Adds the concept of strong types, interfaces to Javascript. Compiles down to Javascript.
31
+
32
+ https://typescriptlang.org
4
33
5
34
## Usage
6
35
You can’t perform that action at this time.
0 commit comments