This is the home page of a fictional eco-products ecommerce. Original concept and UI design by Julia Klochok.
It was built using Vue 3, Vue Router, Vuex, TypeScript, Sass, Jest, Vue Test Utils and Cypress.
- CRUD shopping cart items.
- Home page.
- Checkout page.
- 404 page.
- Mobile first.
# Download the repo.
git clone https://github.com/luvejo/sprout-frontend.git# Install dependencies.
$ npm install
# Serve with hot reload at localhost:8080.
$ npm run serve# Run unit tests.
npm run test:unit
# Or end to end tests.
npm run test:e2eThis project is licensed under the MIT License. See the LICENSE file for details.
