Website for the Lubbock Mall Store Upper Echelon. Created by Christopher and Leah Rieger.
Built using vue-cli template and Vuetify.
In order to be able to serve, vue-cli must be installed.
$ yarn global add @vue/cli
// OR
$ npm install @vue/cli -g
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# to start the backend on port 3000
npm run start-server