Cool Speckle Dashboard for Revit data
Перейти к файлу
Alan Rynne bcff97c8ee Half way through app re-organisation 2021-09-12 18:40:00 +02:00
public Added vuetify for good 2021-04-21 14:57:53 +02:00
src Half way through app re-organisation 2021-09-12 18:40:00 +02:00
.browserslistrc First commit 2021-04-21 11:49:47 +02:00
.env.local Half way through app re-organisation 2021-09-12 18:40:00 +02:00
.eslintrc.js Big refactor of speckle related stuff into files 2021-04-23 11:11:50 +02:00
.gitignore First commit 2021-04-21 11:49:47 +02:00
README.md feat: Added gif to readme 2021-04-30 14:28:08 +02:00
app-guide-full-demo.gif feat: Added gif to readme 2021-04-30 14:28:08 +02:00
app-guide-main-img.jpg feat: Updated readme 2021-04-30 14:23:01 +02:00
babel.config.js First commit 2021-04-21 11:49:47 +02:00
package-lock.json Half way through app re-organisation 2021-09-12 18:40:00 +02:00
package.json Half way through app re-organisation 2021-09-12 18:40:00 +02:00
vue.config.js Fixed async pagination + hack to prevent user from changing items per page 2021-04-23 13:10:10 +02:00

README.md

Dev Guide: Create your own App

Create your own app

This repo contains all the code related to the Create your own App guide, which is part of our Developer Docs

You can find the published app HERE

Netlify Status

Currently, only Part I of the guide has been released. You can find a tag with the name part-i in the repo, which points to the final code for the corresponding parts. Future releases will follow the same pattern.

For instructions on how to install dependencies and basic setup, please consult the guide.

Preview

Full demo

Environment variables

You'll find an .env.local file already populated with some values. Please remember to modify these values with your own, following the guide linked above.

Project setup

The setup scripts are just like any other Vue.js app:

Install packages

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build