Skip to content

Commit 69e5dd2

Browse files
readme: basics of this project
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent ccf5e62 commit 69e5dd2

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# NS Vue Typescript Sample
22

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
433

534
## Usage
635

0 commit comments

Comments
 (0)