Skip to content

Commit faea28d

Browse files
committed
Restructure files
1 parent c8cee78 commit faea28d

Some content is hidden

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

66 files changed

+4
-15
lines changed

Diff for: generator/templates/simple/src/main.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extend: '@vue/cli-service/generator/template/src/main.js'
33
replace:
44
- !!js/regexp /import Vue from 'vue'/
55
- !!js/regexp /Vue.config.productionTip = false/
6-
- !!js/regexp /}\)\.\$mount\('app'\)/
6+
- !!js/regexp /}\)\.\$mount\('#app'\)/
77
---
88

99
<%# REPLACE %>
@@ -13,6 +13,8 @@ import Vue from 'nativescript-vue'
1313
<%# REPLACE %>
1414
// Set the following to `true` to hide the logs created by nativescript-vue
1515
Vue.config.silent = false
16+
// Set the following to `false` to not colorize the logs created by nativescript-vue
17+
Vue.config.debug = true
1618
<%# END_REPLACE %>
1719

1820
<%# REPLACE %>

Diff for: generator/templates/simple/template/app/package.json renamed to generator/templates/simple/src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"v8Flags": "--expose_gc",
44
"markingMode": "none"
55
},
6-
"main": "app.js",
6+
"main": "main",
77
"name": "<%- applicationName %>",
88
"version": "<%- applicationVersion %>"
99
}

Diff for: generator/templates/simple/template/package.json

-13
This file was deleted.

0 commit comments

Comments
 (0)