/cozypos-frontend-vue3

Rewrite of cozypos-frontend-vue in Vue 3 (Composition API) and Tailwind CSS

Primary LanguageVue

cozypos-frontend-vue3

.env setup

Create an .env file containing the api url/base url

VUE_APP_BASE_URL=http://localhost:8080

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.