@@ -43,21 +43,7 @@ module.exports = function (ctx) {
43
43
'QList' ,
44
44
'QItem' ,
45
45
'QItemSection' ,
46
- 'QItemLabel' ,
47
- 'QExpansionItem' ,
48
- 'QInput' ,
49
- 'QBar' ,
50
- 'QFooter' ,
51
- 'QAvatar' ,
52
- 'QTabs' ,
53
- 'QTab' ,
54
- 'QRouteTab' ,
55
- 'QTabPanels' ,
56
- 'QTabPanel' ,
57
- 'QFab' ,
58
- 'QFabAction' ,
59
- 'QUploader' ,
60
- 'QEditor'
46
+ 'QItemLabel'
61
47
] ,
62
48
63
49
directives : [
@@ -80,15 +66,6 @@ module.exports = function (ctx) {
80
66
// analyze: true,
81
67
// extractCSS: false,
82
68
extendWebpack ( cfg ) {
83
- cfg . module . rules . push ( {
84
- enforce : 'pre' ,
85
- test : / \. ( j s | v u e ) $ / ,
86
- loader : 'eslint-loader' ,
87
- exclude : / n o d e _ m o d u l e s / ,
88
- options : {
89
- formatter : require ( 'eslint' ) . CLIEngine . getFormatter ( 'stylish' )
90
- }
91
- } )
92
69
}
93
70
} ,
94
71
@@ -109,9 +86,9 @@ module.exports = function (ctx) {
109
86
// workboxPluginMode: 'InjectManifest',
110
87
// workboxOptions: {}, // only for NON InjectManifest
111
88
manifest : {
112
- // name: 'PreVue 2.0 ',
113
- // short_name: 'PreVue 2.0 ',
114
- // description: 'Vue Prototype DevTool ',
89
+ // name: 'Quasar App ',
90
+ // short_name: 'Quasar App ',
91
+ // description: 'A Quasar Framework app ',
115
92
display : 'standalone' ,
116
93
orientation : 'portrait' ,
117
94
background_color : '#ffffff' ,
@@ -152,7 +129,7 @@ module.exports = function (ctx) {
152
129
} ,
153
130
154
131
electron : {
155
- bundler : 'builder' , // or 'packager'
132
+ // bundler: 'builder', // or 'packager'
156
133
157
134
extendWebpack ( cfg ) {
158
135
// do something with Electron main process Webpack cfg
@@ -175,8 +152,8 @@ module.exports = function (ctx) {
175
152
builder : {
176
153
// https://www.electron.build/configuration/configuration
177
154
178
- // appId: 'prevue2 '
155
+ // appId: 'quasar-example '
179
156
}
180
157
}
181
158
}
182
- }
159
+ }
0 commit comments