How to deploy your Vue+Vite portfolio to gh-pages
or any Vue+Vite project actually
Oct 15, 20232 min read
Search for a command to run...
or any Vue+Vite project actually
As you may know, when working with Vue files, we typically include three sections: template, style, and script, for each component. In the <style> section, you have the option to include the 'scoped' attribute, like this: <style scoped>. This attribu...