This package has been deprecated

Author message:

Versions published prior to open sourcing are no longer supported

@dxos/console-app

1.2.9 • Public • Published

Console

Apollo GraphQL client.

Usage

First start the server:

  cd packages/console-server
  yarn start

Then start the Webpack devserver.

  cd packages/console-app
  yarn start

Then load the app: http://localhost:8080.

Using a KUBE

To use your KUBE for testing, rather than running all the services locally, specify a different config file when starting: config-kube.yml, which connects to kube.local for all services.

For example:

  cd packages/console-app
  CONFIG_FILE=config-kube.yml yarn start

Deploy

  yarn build

This creates the following folders:

/dist
  /es               # Module imports.
  /production       # Production build.

NOTE: GQL and Production files and exported and may be used by the server.

import QUERY_STATUS from '@dxos/console-client/gql/system_status.graphql';
import config from '@dxos/console-client/config.json';

...

const file = path.join(__dirname + '../../../../node_modules/@dxos/console-client/dist/production', 'index.html');
res.sendFile(file);

Readme

Keywords

none

Package Sidebar

Install

npm i @dxos/console-app

Weekly Downloads

95

Version

1.2.9

License

GPL-3.0

Unpacked Size

42 kB

Total Files

14

Last publish

Collaborators

  • zhenya-dxos
  • mykola-vrmchk
  • dxos-bot
  • richburdon
  • marik_d
  • wittjosiah