Skip to content

Commit

Permalink
fix: update Vue demo
Browse files Browse the repository at this point in the history
  • Loading branch information
keerl committed Apr 5, 2021
1 parent 64937de commit 010e7a1
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 704 deletions.
32 changes: 32 additions & 0 deletions demo-vue/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# NativeScript
hooks/
node_modules/
platforms/

# NativeScript Template
*.js.map
webpack.config.js

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# General
.DS_Store
.AppleDouble
.LSOverride
.idea
.cloud
.project
tmp/
typings/

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
Binary file removed demo-vue/certs/upload.keystore
Binary file not shown.
1 change: 0 additions & 1 deletion demo-vue/nativescript.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { NativeScriptConfig } from '@nativescript/core';

export default {
id: 'org.nativescript.vuedemo',
profiling: 'timeline',
appResourcesPath: 'App_Resources',
android: {
v8Flags: '--expose_gc',
Expand Down
12 changes: 6 additions & 6 deletions demo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
],
"dependencies": {
"@nativescript-community/ui-collectionview": "../packages/collectionview",
"@nativescript/core": "~7.0.13",
"@nativescript/core": "~8.0.0",
"@nativescript/detox": "~1.0.0",
"@nativescript/theme": "~3.0.0",
"nativescript-vue": "~2.8.1",
"nativescript-vue": "~2.9.0",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@babel/core": "~7.1.6",
"@babel/preset-env": "~7.1.6",
"@nativescript/android": "7.0.1",
"@nativescript/ios": "7.0.4",
"@nativescript/webpack": "~3.0.8",
"@nativescript/android": "8.0.0",
"@nativescript/ios": "8.0.0",
"@nativescript/webpack": "~4.1.0",
"babel-loader": "~8.1.0",
"cross-var": "^1.1.0",
"detox": "~17.10.6",
"nativescript-vue-template-compiler": "~2.8.1",
"nativescript-vue-template-compiler": "~2.9.0",
"node-sass": "^4.14.1",
"vue-loader": "~15.9.4"
},
Expand Down
328 changes: 0 additions & 328 deletions demo-vue/times.html

This file was deleted.

Loading

0 comments on commit 010e7a1

Please sign in to comment.