An open API service indexing awesome lists of open source software.

https://github.com/specklesystems/tabular-view-vue

Simple table view for Speckle data based on Vue.
https://github.com/specklesystems/tabular-view-vue

bim data speckle table view vue

Last synced: about 2 months ago
JSON representation

Simple table view for Speckle data based on Vue.

Awesome Lists containing this project

README

        

# Speckle Tabular View Demo

[![Twitter Follow](https://img.shields.io/twitter/follow/SpeckleSystems?style=social)](https://twitter.com/SpeckleSystems) [![Community forum users](https://img.shields.io/discourse/users?server=https%3A%2F%2Fdiscourse.speckle.works&style=flat-square&logo=discourse&logoColor=white)](https://discourse.speckle.works) [![website](https://img.shields.io/badge/https://-speckle.systems-royalblue?style=flat-square)](https://speckle.systems) [![docs](https://img.shields.io/badge/docs-speckle.guide-orange?style=flat-square&logo=read-the-docs&logoColor=white)](https://speckle.guide/dev/)

[![image](https://speckle.systems/content/images/size/w2000/2021/08/TableTutorial.png)](https://speckle.systems/tutorials/a-simple-web-based-tabular-view-for-speckle-data/)

This is the repo containing the code from the [Simple Web Based Table View for Speckle Data Tutorial](https://speckle.systems/tutorials/a-simple-web-based-tabular-view-for-speckle-data/).

## Sneak Peek

The app is deployed live [right here](specklesystems/object-table-demo)!

If you have any questions, head over to our [Community Forum](https://speckle.systems) and ask us!

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).