A Vue.js project
This is a dynamic ecommerce website which is created with vue js. Basically this is front-end of the ecommerce site and also linked up with a back-end.
In addition, the back-end of this site, which is only accessed by the admin panel, is created with laravel whose link is also given bellow.
Click on PREVIEW VIDEO to watch the preview of this project.
The aditional information about the back-end (admin site), which is related to this project, is as follows:
Preview video: https://asiahub-10.github.io/my-project-preview/
Git Repo: https://github.com/asiahub-10/my-project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.