Files
speckle-server/packages/dui3
Kristaps Fabians Geikins 83d8035dc2 chore: upgrade to eslint 9 (#2348)
* root + server

* frontend

* frontend-2

* dui3

* dui3

* tailwind theme

* ui-components

* preview service

* viewer

* viewer-sandbox

* fileimport-service

* webhook service

* objectloader

* shared

* ui-components-nuxt

* WIP full config

* WIP full linter

* eslint projectwide util

* minor fix

* removing redundant ci

* clean up test errors

* fixed prettier formatting

* CI improvements

* TSC lint fix

* 'buildBatch' needs to be async since some batch types (like Text) require it. Removed a disabled liniting rule from ObjLoader

* removed unnecessary void

---------

Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
2024-06-12 14:38:02 +03:00
..
2023-05-19 16:57:28 +03:00
2023-05-19 16:57:28 +03:00
2024-06-12 14:38:02 +03:00
2024-06-12 14:38:02 +03:00
2023-05-19 16:57:28 +03:00
2023-05-19 16:57:28 +03:00
2024-06-12 14:38:02 +03:00
2023-05-19 16:57:28 +03:00
2023-05-19 16:57:28 +03:00
2023-05-19 16:57:28 +03:00
2023-05-19 16:57:28 +03:00
2023-05-19 16:57:28 +03:00
2023-05-19 16:57:28 +03:00
2023-05-19 16:57:28 +03:00
2023-05-19 16:57:28 +03:00

dui3

DUIv3 is a Speckle interface embedded inside the desktop connectors that allows users to interact with them - sync streams, manage servers etc. It's built in Vue 3 with Nuxt 3 and only supports client side rendering.

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

And create an .env file from .env.example.

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.