/vue3-sandbox

Trying out Vue 3

Primary LanguageVue

Vue.js Sandbox

A project used to experiment with Vue.js.

Accessing the Development Server

As this development is usually served from a VM make sure to use the following to start the development server so that it can be accessed from the host machine as http://127.0.0.1:3000 .

 npm run dev -- --host 0.0.0.0