npm install
Create .env.development File with
VUE_APP_BASE_URI="http://localhost:8000/api"
for local development
npm run serve
npm run build
npm run test
npm run lint
npm install
Create .env.development File with
VUE_APP_BASE_URI="http://localhost:8000/api"
for local development
npm run serve
npm run build
npm run test
npm run lint