/vue-jointjs

A Vue 3 with JointJS project

Primary LanguageJavaScriptMIT LicenseMIT

vue-jointjs

A Vue 3 with JointJS project

Project setup

npm install

Compile and Hot-Reload for Development

It will run on port 8080 by default. If that port is already in use, the next free port will be used.

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Clean both development and build folders

npm run clean

Customize configuration

See Vite Configuration Reference.