Remove assets build main.js
article thumbnail

Composable CSS Animation In Vue With AnimXYZ

Smashing Magazine Graphics

Let’s build a card and add some cool animation with AnimeXYZ. To do this, open your main.js Let’s build modal components that will animate as they enter and leave the DOM. Here is a demo of what we are going to build: Demo. assets/slack.png" alt="slack logo" class="slack_logo" /> <img src="./assets/plus.png"

Animation 107
article thumbnail

Tools And Practices To Speed Up The Vue.js Development Process

Smashing Magazine Graphics

Let’s start by looking at how to structure files by modules, how file-based structuring might not be a good idea when it comes to building projects of scale, and how to structure modules to fit in with business requirements. The asset folder houses all the assets (images and styles) for the module. In our main.js

Coding 113