1.0.0 • Published 1 year ago

json-dashboard v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

dashboard

install

npm install json-dashboard

import

import dashboard from 'json-dashboard'

const app = createApp(App)
app.use(dashboard)

use

import json file

import jsontest from '../public/jsontest.json'

use component

<Dashboard :dash="jsontest" />

image of test

the data is from cicese erddap server and you need to change the url to your server, and modify your proxy configuration in vue.config.js

 proxy: {
      '/ifremer': {
        target: 'https://erddap.ifremer.fr/erddap',
        changeOrigin: true,
        rewrite: (path) => path.replace(/^\/ifremer/, '')
      }
 }

image

1.0.0

1 year ago

0.1.7

1 year ago

0.1.4

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago