WebDevEtc-Vue3-Example-Starter
WebDevEtc-Vue3-Example-Starter copied to clipboard
Example starter with Vue 3, showing a basic blog application using Vue 3 composition api (see www.webdevetc.com for full readme)
web dev etc example Vue 3 project
This is an example project which uses Vue 3 features.
This is meant as a demo for some of Vue 3 features. This is not a great example of a real world app, but of what is hopefully easy to follow and understand how to use Vue 3 with this sample code.
For more visit https://webdevetc.com/blog/vue-3-guide-with-example-code-snippets/
To see this app live visit https://webdevetc-vue3-example-starter.netlify.app/
Installation
yarn
For vue 3 development (with hot reloading)
yarn serve
To build / minify for production
yarn build
Run tests
yarn test