Skip to content

HazemGharib/vue-test-app

Repository files navigation

vue-test-app

Project setup

yarn install

Environment setup

Create .env or .env.local file with three values

  • VUE_APP_ISS : https://****************.com/oauth2/default
  • VUE_APP_CLIENT_ID : ****************
  • VUE_APP_REDIRECT_URI : http(s)://****************/implicit/callback

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.