Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 636 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 636 Bytes

teamhex-vue

This is the web front-end for Team Hex. This application requires the Team Hex API.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

In development, it looks for the API at http://localhost:5000. You can configure this by setting the VUE_APP_API_URL environment variable.

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.