24G Vue Template

Version

Env FE URL API URL Assets URL
Dev
QA
Prod

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiling and building

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.

Lints and fixes files

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

Customize

App Title

The title of the app can be set in vue.config.js

pages: {
  index: {
    title: 'Vue Template',
  }
}

See Vue Configuration Reference.

Environments

Browsers Supported

Latest unless stated otherwise

  • Edge
  • Safari
  • Firefox
  • Chrome (+/-1)

Read More

Componenents