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.
- Host: GitHub
- URL: https://github.com/specklesystems/tabular-view-vue
- Owner: specklesystems
- License: apache-2.0
- Created: 2021-08-13T12:17:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T12:39:35.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T17:47:52.039Z (about 2 months ago)
- Topics: bim, data, speckle, table, view, vue
- Language: Vue
- Homepage: https://speckle.systems/tutorials/a-simple-web-based-tabular-view-for-speckle-data/
- Size: 138 KB
- Stars: 14
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Speckle Tabular View Demo
[](https://twitter.com/SpeckleSystems) [](https://discourse.speckle.works) [](https://speckle.systems) [](https://speckle.guide/dev/)
[](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/).