forked from verdnatura/salix-front
434 B
434 B
Lilium (lilium-front)
Lilium frontend
Install the dependencies
pnpm install
Install quasar cli
sudo npm install -g @quasar/cli
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Run unit tests
pnpm run test:unit
Run e2e tests
pnpm run test:e2e
Build the app for production
quasar build