Skip to content

JoseGoncalves/vue-jointjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.