Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boavizta/dashboaviz-kit
📊 A svelte package to build custom dashboard for Boavizta projects
https://github.com/boavizta/dashboaviz-kit
Last synced: 17 days ago
JSON representation
📊 A svelte package to build custom dashboard for Boavizta projects
- Host: GitHub
- URL: https://github.com/boavizta/dashboaviz-kit
- Owner: Boavizta
- Created: 2023-02-01T08:29:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T11:44:51.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T20:17:34.238Z (2 months ago)
- Language: Svelte
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
npm package : https://www.npmjs.com/package/dashboaviz-kit
## Install
```bash
npm i dashboaviz-kit
```## Use the library
To see all the components in action and dataformats go to the [demo page](https://github.com/Boavizta/dashboaviz-kit/blob/main/src/routes/%2Bpage.svelte)
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev --open
```## Building
To create a production version of your app:
```bash
svelte-package# to publish to npm
npm publish
```## DEMO PAGE
![Screenshot_20230203_183355](https://user-images.githubusercontent.com/24867893/216670234-d25daa96-748f-4afd-8bed-fc804f28f4d9.png)
![Screenshot_20230203_183407](https://user-images.githubusercontent.com/24867893/216670269-e3229c5d-2505-4003-a053-f7d7470ed6ca.png)
![Screenshot_20230203_183338](https://user-images.githubusercontent.com/24867893/216670456-3fa5b06b-b9fa-4b0f-a665-1aee0eae115c.png)
![Screenshot_20230203_183322](https://user-images.githubusercontent.com/24867893/216670295-201f576c-84d6-4413-bae0-bbfcb73c451a.png)