Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 546 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 546 Bytes

solutech_frontend

Set up the .env

Copy the .env.example file and rename it to .env.

Finally, change the value of the VUE_APP_API_ROOT to reflect your api host url.

The api root should include the api versioning extension, for example http://solutech_api.test/api/v1/

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Customize configuration

See Configuration Reference.