Javascript – How can I store a Vue component outside html when using CDN?
The code is working, but I'd like to store my component outside of the HTML and then import it. Ideally it should be in a component folder. Is it possible? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,…