This project was generated with Vue CLI version 4.1.2.
- Added the NUCLEUS and
@webcomponents/webcomponentsjs
to thedependencies
anddevDependencies
in thepackage.json
file - Added
@webcomponents/webcomponents
imports topublic/index.html
- Added an example visualization Vue component:
src/components/ExampleComponent.vue
- Added NUCLEUS components and the Example Component to the HTML part of
src/App.vue
- Added NUCLEUS initialization and examples of custom data transformations to the scripts part of
src/App.vue
- Added custom styles to the styles part of
src/App.vue
- Updated this README file
- Run a local NUCLEUS Data Server at http://localhost:8090
- Ingest the NUCLEUS demo data into a local Elasticsearch instance at http://localhost:9200
You can change either of these hostnames or ports in src/App.vue
npm install
npm run serve
npm run build
npm run lint