Content-Length: 352028 | pFad | http://github.com/NativeScript/docs/commit/affa6535e2149e2f1d01d57a3fe8638e49a83bc4

7C feat: vue 3 flavor wip · NativeScript/docs@affa653 · GitHub
Skip to content

Commit affa653

Browse files
committed
feat: vue 3 flavor wip
1 parent 08c0128 commit affa653

13 files changed

+7327
-0
lines changed

examples/vue/.gitignore

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# NativeScript
2+
hooks/
3+
node_modules/
4+
platforms/
5+
6+
# Logs
7+
logs
8+
*.log
9+
npm-debug.log*
10+
yarn-debug.log*
11+
yarn-error.log*
12+
13+
# General
14+
.DS_Store
15+
.AppleDouble
16+
.LSOverride
17+
.idea
18+
.cloud
19+
.project
20+
tmp/
21+
typings/
22+
23+
# Visual Studio Code
24+
.vscode/*
25+
!.vscode/settings.json
26+
!.vscode/tasks.json
27+
!.vscode/launch.json
28+
!.vscode/extensions.json

examples/vue/nativescript.config.ts

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { NativeScriptConfig } from '@nativescript/core';
2+
3+
export default {
4+
id: 'org.nativescript.vue',
5+
appPath: 'src',
6+
appResourcesPath: '../App_Resources',
7+
android: {
8+
v8Flags: '--expose_gc',
9+
markingMode: 'none'
10+
}
11+
} as NativeScriptConfig;

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/NativeScript/docs/commit/affa6535e2149e2f1d01d57a3fe8638e49a83bc4

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy