Jonathon Broughton be042bcc15 Merge pull request #4 from specklesystems/jsdb/updates
Update Timeago dependency
2023-04-23 22:31:23 +01:00
2021-04-21 14:57:53 +02:00
2023-02-14 19:42:44 +00:00
2021-04-21 11:49:47 +02:00
2021-04-21 11:49:47 +02:00
2021-04-30 14:23:01 +02:00
2021-04-21 11:49:47 +02:00
2023-02-14 19:42:44 +00:00
2023-02-14 19:42:44 +00:00
2021-04-30 14:28:08 +02:00

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
S
Description
Dev Guides: Vue.js App communicating with a Speckle Server
Readme 2.1 MiB
Languages
JavaScript 57.9%
Vue 37.5%
HTML 4.6%