Gemma Taylor
@GemTayAll solutions
- Submitted 3 months ago
Newsletter signup form with server-side validation using Vue.js
- HTML
- CSS
- JS
As previously mentioned this was my first time using Vue, so any comments or feedback on that would be great. For example, in Vue I noticed how styling is sometimes defined within the component file rather than in a separate dedicated file which is what I am used to with css, hence why I created a
base.css
and amain.css
file. Im curious to know if there is a "best practice" for either approach in Vue or is it just personal preference?Any other general feedback or comments are very much welcome!♥