Converting a vue component to a single page application

I'm new to Vue JS and I'm trying to use a vue component vue-phone in a single page application. The web server I'm using unfortunately does not support .vue files and I must convert the component into a SPA.

About the web server - it's not specifically a server. It's a 'cloudpage' in Salesforce marketing cloud - that supports html, js, css, json files and nothing much.

Thank you in advance for your guidance.

Upvotes: 0

Views: 248

Answers (1)

adair
adair

Reputation: 21

use vue-cli or vite, you need to build your app

Upvotes: 0

Related Questions