Skip to content

Commit f9288cd

Browse files
author
android-js
authored
Merge pull request #4 from Chhekur/master
add: Vue JS Example
2 parents 5c85912 + 884ddff commit f9288cd

File tree

400 files changed

+64071
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

400 files changed

+64071
-0
lines changed

chat-app/.DS_Store

0 Bytes
Binary file not shown.

story-app/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
## Build
3+
```bash
4+
$ androidjs b
5+
```
6+

vue-js-example/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
## Build
3+
```bash
4+
$ androidjs b
5+
```
6+

vue-js-example/assets/androidjs.js

Lines changed: 306 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
27.5 KB
Loading
9.27 KB
Loading
25.7 KB
Loading

vue-js-example/assets/script.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
var app = new Vue({
2+
el: '#app',
3+
data: {
4+
message: 'Hello Vue!'
5+
}
6+
})

vue-js-example/main.js

Whitespace-only changes.

vue-js-example/node_modules/Buffer/README.md

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)