Dev Guides: Vue.js App communicating with a Speckle Server
Перейти к файлу
Jonathon Broughton be042bcc15
Merge pull request #4 from specklesystems/jsdb/updates
Update Timeago dependency
2023-04-23 22:31:23 +01:00
public Added vuetify for good 2021-04-21 14:57:53 +02:00
src Update Timeago dependency 2023-02-14 19:42:44 +00:00
.browserslistrc First commit 2021-04-21 11:49:47 +02:00
.env.local fix: replaces app on dev with app on xyz 2021-04-30 10:08:43 +01: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 Update Timeago dependency 2023-02-14 19:42:44 +00:00
package.json Update Timeago dependency 2023-02-14 19:42:44 +00: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