Front-end for GrandQuest
- Vue.js
- Vuex
- VueRouter
- (Vue Class Component)[https://github.com/vuejs/vue-class-component]
- (Vue Property Decorator)[https://github.com/kaorun343/vue-property-decorator]
- Babel ES6
- TypeScript
- TSLint
- Postcss
- Sass
- Cypress
yarn install
Create a .env
file at the root of your project directory with the following variables in it:
- VUE_APP_API_ROOT
yarn run serve
yarn run build
yarn run test
yarn run lint
yarn run test:e2e