Node.js is required (https://nodejs.org/en/)
- Run
npm install
in the project root (i.e. folder where package.json file is) npm start
will start local node server that uses HMR to reload any changes
- Run automated tests with
npm test
- Additionally, you can check the test coverage with
npm test -- --coverage
- Vue (JS framework)
- Axios (HTTP client)
- Sass (CSS extension)
- Webpack (module bundling)
- Jest (automated tests)
- Eslint (static code analysis)
- Babel (ECMAScript 6 backwards compatibility)
- 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.