Simple table view for Speckle data based on Vue.
Перейти к файлу
Dimitrie Stefanescu 8bf739ea5f
Create LICENSE
2021-08-13 15:39:35 +03:00
public feat: simpler template initialisation 2021-08-13 15:19:20 +03:00
src feat: simpler template initialisation 2021-08-13 15:19:20 +03:00
.gitignore init 2021-08-09 16:11:42 +03:00
LICENSE Create LICENSE 2021-08-13 15:39:35 +03:00
README.md Update README.md 2021-08-13 15:38:55 +03:00
babel.config.js init 2021-08-09 16:11:42 +03:00
package-lock.json feat: simpler template initialisation 2021-08-13 15:19:20 +03:00
package.json feat: simpler template initialisation 2021-08-13 15:19:20 +03:00
vue.config.js feat: simpler template initialisation 2021-08-13 15:19:20 +03:00

README.md

Speckle Tabular View Demo

Twitter Follow Community forum users website docs

image

This is the repo containing the code from the Simple Web Based Table View for Speckle Data Tutorial.

Sneak Peek

The app is deployed live right here!

If you have any questions, head over to our Community Forum 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.