* chore(deps): bump node from 18.18.2 to 18.19.0 * Additional dependencies |
||
---|---|---|
.. | ||
.vscode | ||
assets | ||
components | ||
layouts | ||
lib | ||
pages | ||
plugins | ||
public | ||
server | ||
store | ||
.env.example | ||
.eslintrc.js | ||
.gitignore | ||
README.md | ||
app.vue | ||
codegen.ts | ||
nuxt.config.ts | ||
package.json | ||
postcss.config.js | ||
stylelint.config.js | ||
tailwind.config.mjs | ||
tsconfig.eslint.json | ||
tsconfig.json |
README.md
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.