Skip to content

Example starter with Vue 3, showing a basic blog application using Vue 3 composition api (see www.webdevetc.com for full readme)

License

Notifications You must be signed in to change notification settings

mo2l/WebDevEtc-Vue3-Example-Starter

 
 

Repository files navigation

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

About

Example starter with Vue 3, showing a basic blog application using Vue 3 composition api (see www.webdevetc.com for full readme)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 63.0%
  • TypeScript 21.0%
  • HTML 11.0%
  • SCSS 3.1%
  • JavaScript 1.9%