Course Introduction:To build a Vue progressive web application (PWA), it needs to be implemented through VueCLI and its plug-ins. 1. When creating a project, select the PWA option or run vueaddpwa in an existing project to add support; 2. Configure the manifest.json file, set the name, icon, startup path, display mode, etc. to enable the installation function; 3. Confirm that ServiceWorker is registered in main.js, and cache policies can be configured through vue.config.js, such as using staleWhileRevalidate to improve performance; 4. Deploy the test after construction to ensure that offline access, local cache and home screen installation functions are running normally.
2025-07-20 comment 0 764
Course Introduction:Introduction In the rapidly evolving world of web development, creating scalable, maintainable, and modular applications is more important than ever. Enter microfrontend architecture—a game-changing approach that divides a monolithic frontend i
2025-01-03 comment 0 1215
Course Introduction:Building a modern and efficient blog platform: the perfect combination of Vue.js and GraphCMS Core points: Use Vue.js and GraphCMS to build a modern and efficient blog platform, giving full play to the speed and flexibility of JavaScript and the powerful query functions of GraphQL. GraphCMS is chosen because it is able to serve content through GraphQL, which is better than traditional REST in efficiency because it allows complex queries to extract data from multiple models in one request. Set up your Vue.js project with Vue CLI, including basic features like Babel and Router, and enhance using Bootstrap-Vue and Axios
2025-02-14 comment 0 1071
Course Introduction:Recently I have been tinkering with web workers and this is a comprehensive guide on everything you need to know to get started with using web workers. If you want to skip reading the blog and checkout the code instead, here is the github repositor
2024-10-31 comment 0 1171
Course Introduction:If your bookmarks contain even one Web development blog, you’ll undoubtedly know that remote scripting is being touted as the new “future of the Web”. Although I get the feeling that a few people are perhaps a little over-excited about it, the rece
2025-03-10 comment 0 853
Course Elementary 13779
Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.
Course Elementary 82296
Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).
Course Elementary 13149
Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.
Course Elementary 24595
Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.
Course Elementary 27456
Course Introduction:Go is a new language, a concurrent, garbage-collected, fast-compiled language. It can compile a large Go program in a few seconds on a single computer. Go provides a model for software construction that makes dependency analysis easier and avoids most C-style include files and library headers. Go is a statically typed language, and its type system has no hierarchy. Therefore users do not need to spend time defining relationships between types, which feels more lightweight than typical object-oriented languages. Go is a completely garbage-collected language and provides basic support for concurrent execution and communication. By its design, Go is intended to provide a method for constructing system software on multi-core machines.
Create versatile Vue+Electron applications suitable for desktop and web deployment
2024-03-29 15:40:18 0 1 609
2017-05-15 17:00:28 0 4 670
Web crawler - How to crawl the pictures in the Blog Park blog using python?
2017-05-18 10:45:39 0 1 1108
Assign static properties in component for Vue JS 2
2024-04-02 23:34:59 0 1 727
2017-05-16 17:07:03 0 3 723