Vuejs 2
Article Filter:
- AI Software
- AI/ML Technologies
- AioHTTP
- Animation
- Architecture
- Assurance
- Async
- Become Designer
- Best Practice
- Big Data
- Blockchain
- Building an MVP
- CI/CD
- Computer Vision
- Connect Digital Products
- Cookies
- Cost Control
- Creation process
- Crowdfunding platforms
- CTO as a service
- Cyprus
- Dedicated team
- Design
- Development Process
- DevOps
- Digital Assets
- Django
- E-commerce
- Effective Team
- ERC-721
- Eth
- Ethereum
- Fintech
- Fixes ideas
- Flutter
- Frontend
- Function
- GCP
- Geth
- Golang
- Google Cloud Platform
- HTML
- Interview process
- Json
- Local Storage
- Login Action
- Long-Running products
- Lottie
- Machine Learning
- Meetings
- Mentoring
- Migration
- Mobile Payments
- Mock
- MQTT
- MVP
- Network Security
- Onboarding
- PageObject
- Pipenv
- Product Development
- Product Refinement
- Project Management
- Python
- Python 3
- QA
- Quality
- Redesign
- Relationships
- Remote Work
- Scalability
- Sign up
- SPA
- Startup
- Success Communication
- SVG
- Sync
- Tests
- The Clean Architecture
- Travelling
- Typescript
- Unit-tests
- UX/UI
- Virtualenv
- Vue
- Vuejs 2
- Web Design
- WebDriver
- Websocket
- Сomparison
Google maps as background for SVG map
Imagine that we want to show USA with a beautiful background of the oceans and neighboring continents. All we need are just find a picture, set as background, and done. It seems that everything is beautiful and we do not need Google maps, but there is a big BUT, there is a responsive layout

Setup prerender on webpack with prerender-spa-plugin, Part 2
Let say we have pages, which are not in the prerender routes list for some reason. For example, pages which are visible only for logged in users or ones that are not needed for crawlers, etc. For those pages, the server will return the prerender file for the home page, which is not good. We need to return the initial HTML file which is generated during the webpack build for such pages.

Setup prerender on webpack with prerender-spa-plugin, Part 1
During developing SPA (Single Page Application) we met with a common SPA problem: although google crawler uses the last Chromium version to run JS and indexing results as HTML pages (it’s not so easy to make it work and there is still the Fix Search-related JavaScript problems list), but for other search systems and sharing in social networks SPA doesn’t work. They will get the default index.html with the default title, description, etc for all pages.

Smooth links transitions on dynamic content in Vuejs Application
Usually links inside Vue.js app handle by vue-router and router-link component. It makes a transition between routes without reloading page. The smooth and slick user interface is one of the advantages of Single Page Applications. In the case with CMS content, links are inside content and can’t be processing separately but inserting as one HTML part with `v-html` directive. Such links on click will reload page even if they follow the same app page.

Building An SVG Map With Vue.js
This article provides a simple example of using Vue.js to work with SVG graphics.

Vue.js and TypeScript Problems Collection
I believe that TypeScript will give you a lot of advantages and if you will invest some time in learning, it will definitely give you outcomes in future. So I decided to migrate small Vue.js 2 application on TypeScript. At first, I wasn't prepared to fac
