Files
speckle-server/packages/dui3
dependabot[bot] 594a02a17e chore(deps-dev): bump postcss from 8.4.18 to 8.4.31 (#1814)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.18...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 16:49:38 +01:00
..
2023-05-19 16:57:28 +03:00
2023-05-19 16:57:28 +03:00
2023-07-23 20:40:41 +01:00
2023-08-11 10:53:00 +01: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
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.