Initial commit

This commit is contained in:
2023-04-30 19:10:59 +02:00
commit 9ce11fe589
22 changed files with 562 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Example Vue Application
This is an example single page application built in Vue.js.
It uses nested components, routing, composables and the fancy language
extensions pug, typescript and sass, that compile to html, javascript and css.
To make developing and building the project a breeze, the zero configuration
build tool parcel is used.