Env | FE URL | API URL | Assets URL |
---|---|---|---|
Dev | |||
QA | |||
Prod |
npm install
npm run serve
This template is set up to compile and build for three environments:
- Dev:
npm run build-dev
- QA:
npm run build-qa
- Production:
npm run build
All builds run in Vue's modern mode.
When using VS Code, this template is set up to automatically lint and format on save using both eslint
and prettier
. The following command will allow you to lint and format all files:
npm run lint
The title of the app can be set in vue.config.js
pages: {
index: {
title: 'Vue Template',
}
}
See Vue Configuration Reference.
- Prod: https://example.com
- QA: https://qa.example.com
- Dev: https://dev.example.com
Latest unless stated otherwise
- Edge
- Safari
- Firefox
- Chrome (+/-1)