PXLSHOP is ecommerce website made as learning project. 🎓 It uses Vue.js for frontend and Firebase (actually Firebase bindings for Vue.js - VueFire) for backend. It doesn’t implement the process of paying and transactions. All illustrations were taken from dribbble
- Vue.js
- Vue-Router
- Webpack
- VueFire
- Firebase
- Pug
- SCSS
https://pxlshop-21c30.firebaseapp.com/
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build