/gekko/web/vue$
npm install
npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
up to date in 10.668s
------------------------------------------------------------------------------------
/gekko/web/vue$
npm run build
> gekko-vue-ui@0.2.2 build /home/semba1/enler/gekko/web/vue
> vue-cli-service build
⠋ Building for production...
WARNING Compiled with 2 warnings 21:44:28
warning
entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
app (313 KiB)
chunk-vendors.f8e19183.js
app.e1d9fa4d.css
app.ed856330.js
warning
webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit
https://webpack.js.org/guides/code-splitting/
File Size Gzipped
dist/vendor/reconnecting-websocket.min 3.13 kb 1.07 kb
.js
dist/chunk-vendors.f8e19183.js 226.59 kb 77.97 kb
dist/vendor/d3.js 208.71 kb 70.23 kb
dist/app.ed856330.js 81.05 kb 19.12 kb
dist/vendor/moment.js 59.16 kb 20.42 kb
dist/vendor/toml.js 23.86 kb 6.22 kb
dist/vendor/humanize-duration.js 5.43 kb 1.71 kb
dist/UIconfig.js 0.60 kb 0.38 kb
public/UIconfig.js 0.60 kb 0.38 kb
dist/vendor/furtive.min.css 11.39 kb 3.80 kb
dist/app.e1d9fa4d.css 5.42 kb 1.66 kb
Images and other types of assets omitted.
DONE Build complete. The dist directory is ready to be deployed.
---------------------------------
Gekko 6.3
Ubuntu 18.04
Code:
cd web/vue
npm install
npm run build