[Vuejs]-Adding template in vue CLI

0👍

You should put your CSS file into src/assets and your external JS file into public folder. Your single-file Vue components (the templates as you call them) will reside in src/views folder. As a beginner you should start by reading the official Vue documentation and examples on https://v2.vuejs.org/v2/guide/

Leave a comment