Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 274 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 274 Bytes

Frontend

The frontend of the Lampray project.

Built with Vite, Vue.js, Naive UI and Tailwind CSS.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build