Skip to content

pickmanmurimi/solutech_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.