Skip to content

msarakon/shape-shop

Repository files navigation

Build Status codecov

shape-shop

🏃 How to run

Node.js is required (https://nodejs.org/en/)

  1. Run npm install in the project root (i.e. folder where package.json file is)
  2. npm start will start local node server that uses HMR to reload any changes

🔎 Testing

  • Run automated tests with npm test
  • Additionally, you can check the test coverage with npm test -- --coverage

🌿 Dependencies

  • Vue (JS framework)
  • Axios (HTTP client)
  • Sass (CSS extension)
  • Webpack (module bundling)
  • Jest (automated tests)
  • Eslint (static code analysis)
  • Babel (ECMAScript 6 backwards compatibility)

📃 Changelog

  • 28.04.2019 - Implemented initial user interface based on the layout concept.
  • 10.10.2017 - Updated the project for webpack and Jest. Added layouts to git.

About

A simple online store interface based on template by @nicohartto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published