Webpack

Webpack is a tool with the main purpose is to collect all your .js files in any number of bundles you need.

It is to also make sure that in the assembled package there are all .js files of your project in the correct order. Webpack is currently the most popular tool not only because of a large number of developers actively supporting it but also because of the number of additional features available to it, such as loaders and plugins. With their help, you can easily start various processes before and after Webpack has collected your files. This allows you to build a static asset pipeline (assets), like the following:
  • Translate your files from es6 to es5
  • Translate your .less or .scss files into a regular .css file.
  • Minimize your files (reduce file size)
  • Remove all comments from all files (to further reduce the file size)
  • Add all custom fonts and icons to the output file (so that they are available immediately, without the delay associated with additional HTTP requests)
  • It will place all your code in one js file, and all the libraries in other js files (so that they can be cached in the browser since they are unlikely to ever change in a stable project).
  • Gather all your .css assemblies (bundles) into one file.
  • Automatically change the version of the output file (to avoid problems with caching the browser when changing content).
  • Automatically inserts files as or
Order it now and get the estimation!

Oterea Website

Oterea – is a team of experts in the real estate industry. They are responsible for the technical due diligence of real estate transactions, as well as sustainability and quality assessments in the stages of development, planning, construction and operating process of a building’s life cycle.
We made a fast, modern and multilingual website based on WordPress and Vue. A mix of these technologies gave us a very comfortable admin panel in order to manage the content, a rapid response and high quality search engine optimization. The main goal of this site is to present the Oterea team to the world and that’s why we devoted a lot of time to the design.

Category:

Design, Development, UI, UX, Web Design

Technologies:

Vue.js, Webpack, WordPress

Related technologies:

Less, Jade, Gulp.js

Pricer.com

Pricer is a global leader in digital shelf-edge solutions. With over 15,000 installations in more than 50 countries, Pricer enhances store performance and the consumer’s shopping experience. We developed Pricer site with WordPress CMS inherently. 

Category:

Development

Technologies:

Jade, Less, Webpack, WordPress

Related technologies:

Gulp.js, Vue.js, Angular 7, NodeJS