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