Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 593 Bytes

DEV.md

File metadata and controls

31 lines (21 loc) · 593 Bytes

Vormix

This section serves to explain how to install the project. It also offers example code to test the functionality.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Go to Local: http://localhost:XXXX/ If you want to see the code and edit the example it is found at src/components/ExampleCode.vue If you want to modify the code of the vormix component you will find it in src/components/Vormix.vue

Compile and Minify for Production

npm run build

Format

bunx @biomejs/biome format --write ./src