An online shopping center for sport equipment. developed using Vue.js framework
- Webpack bundler is used, about.
- Vue-Resorce is used to handle http request issue.
- Vue-Router is used to handle page routing issue.
- Bootstrap-Vue is used as Bootstrap source.
- Vue-Session is used to save session data.
- Clone/Download the repo.
- Open cmd at the folder location.
-
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build