[Vuejs]-How to compile JS, CSS and HTML code into vuetify?

0👍

I strongly recommend you to install the vue-cli.

https://github.com/vuejs/vue-cli

You’ll be able to just type vue init webpack into your terminal and create a full featured webpack-based Vue project. Once you created the project you could simply copy the code from the repository you linked.

That’s the easiest way to set up a full featured Vue project.

Leave a comment