Images <span class="hljs-keyword">and</span> other types of assets omitted.
DONE Build complete. The dist directory <span class="hljs-keyword">is</span> ready to be deployed.
INFO Check <span class="hljs-keyword">out</span> deployment instructions at https:<span class="hljs-comment">//cli.vuejs.org/guide/deployment.html</span>
% npm run build
> vue3-<span class="hljs-symbol">cli@</span><span class="hljs-number">0.1</span><span class="hljs-number">.0</span> build
> vue-cli-service build
⠋ Building <span class="hljs-keyword">for</span> production...
DONE Compiled successfully <span class="hljs-keyword">in</span> <span class="hljs-number">7151</span>ms <span class="hljs-number">20</span>:<span class="hljs-number">06</span>:<span class="hljs-number">59</span>
File Size Gzipped
dist/js/chunk-vendors.e1ffbd46.js <span class="hljs-number">84.96</span> KiB <span class="hljs-number">31.72</span> KiB
dist/js/app<span class="hljs-number">.9</span>de03c6e.js <span class="hljs-number">4.47</span> KiB <span class="hljs-number">1.60</span> KiB
dist/css/app.fb0c6e1c.css <span class="hljs-number">0.33</span> KiB <span class="hljs-number">0.23</span> KiB
Images <span class="hljs-keyword">and</span> other types of assets omitted.
DONE Build complete. The dist directory <span class="hljs-keyword">is</span> ready to be deployed.
INFO Check <span class="hljs-keyword">out</span> deployment instructions at https:<span class="hljs-comment">//cli.vuejs.org/guide/deployment.html</span>
% npm run build
> vue3-cli@0.1.0 build
> vue-cli-service build
⠋ Building for production...
DONE Compiled successfully in7151ms 20:06:59
File Size Gzipped
dist/js/chunk-vendors.e1ffbd46.js 84.96 KiB 31.72 KiB
dist/js/app.9de03c6e.js 4.47 KiB 1.60 KiB
dist/css/app.fb0c6e1c.css 0.33 KiB 0.23 KiB
Images and other types of assets omitted.
DONE Build complete. The dist directory is ready to be deployed.
INFO Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
target service account: [App Engine default service account]
Do you want to continue (Y/n)?
Beginning deployment of service [default]...
Uploading 7 files to Google Cloud Storage
14%
29%
43%
57%
71%
86%
100%
100%
File upload done.
Updating service [default]...done.
Setting traffic split for service [default]...done.
Deployed service [default] to
You can stream logs from the command line by running:
$ gcloud app logs tail -s default
To view your application in the web browser run:
$ gcloud app browse
<span class="hljs-comment"># "Unknown url handler type." because of single blank</span>
<span class="hljs-string">Unknown</span> <span class="hljs-string">url</span> <span class="hljs-string">handler</span> <span class="hljs-attr">typhandlers:</span>
<span class="hljs-attr">- url:</span> <span class="hljs-string">/</span>
<span class="hljs-attr"> static_files:</span> <span class="hljs-string">dist/index.html</span>
<span class="hljs-attr"> upload:</span> <span class="hljs-string">dist/index.htmle.</span>
<span class="hljs-comment">#</span>
<span class="hljs-comment"># Work without Error because of double blank</span>
<span class="hljs-attr">handlers:</span>
<span class="hljs-attr">- url:</span> <span class="hljs-string">/</span>
<span class="hljs-attr"> static_files:</span> <span class="hljs-string">dist/index.html</span>
<span class="hljs-attr"> upload:</span> <span class="hljs-string">dist/index.html</span>
<span class="hljs-comment">##</span>
# "Unknown url handler type." because of single blankUnknownurlhandlertyphandlers:- url:/ static_files:dist/index.html upload:dist/index.htmle.## Work without Error because of double blankhandlers:- url:/ static_files:dist/index.html upload:dist/index.html##
The <span class="hljs-keyword">first</span> service (module) you upload <span class="hljs-built_in">to</span> <span class="hljs-keyword">a</span> <span class="hljs-built_in">new</span> application must be <span class="hljs-keyword">the</span> <span class="hljs-string">'default'</span> service (module).
The <span class="hljs-keyword">first</span> service (module) you upload <span class="hljs-built_in">to</span> <span class="hljs-keyword">a</span> <span class="hljs-built_in">new</span> application must be <span class="hljs-keyword">the</span> <span class="hljs-string">'default'</span> service (module).
The first service (module) you upload toanew application must be the'default' service (module).