Bundle vue.js - gzip compression

Bundle vue.js - gzip compression

Sometimes loading compiled vue.js bundles takes a long time, in such case it makes sense to set gzip compression. To do this, need to install webpack CompressionPlugin, after this in the file vue.config.js: const CompressionPlugin = require("compression-webpack-plugin"); configureWebpack: { plugins: [ new Com...

Read More →

Create App With Django-Rest-Framework and Vue.js (Vuetify), Part III

Create App With Django-Rest-Framework and Vue.js (Vuetify), Part III

In the third part I will write how to create the form described in part II in the frontend. All code is available in the git hub repository. Create Vue.js project: vue create gcode_frontend Vue.js  has two beautiful UI-frameworks (there are many more, but these are my favorites). Vuetify and Bootstrap-Vue, Vuetify for build ...

Read More →

Search
Popular Posts
Subscribe
{{post}}