Skip to content

Instantly share code, notes, and snippets.

@andreliem
Created June 11, 2018 22:42
Show Gist options
  • Save andreliem/79cb39989c0e24d521071b5cb321dbd6 to your computer and use it in GitHub Desktop.
Save andreliem/79cb39989c0e24d521071b5cb321dbd6 to your computer and use it in GitHub Desktop.
.
├── LICENSE
├── README.md
├── launch.js
├── package.json
├── prepare.js
├── src
│ ├── assets
│ │ └── images
│ │ └── NativeScript-Vue.png
│ ├── components
│ │ ├── Counter.vue
│ │ ├── HelloWorld.vue
│ │ └── Home.vue
│ ├── main.js
│ ├── router
│ │ └── index.js
│ ├── store
│ │ ├── index.js
│ │ └── modules
│ │ └── counter.js
│ └── styles.scss
├── template
│ ├── app
│ │ ├── App_Resources
│ │ │ ├── Android
│ │ │ └── iOS
│ └── package.json
└── webpack.config.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment