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/
- [Vuejs]-Cannot duplicate my form with v-for vuejs help needed
- [Vuejs]-Trigger modal from child component
Source:stackexchange.com