Initial import

This commit is contained in:
2026-06-04 11:13:34 +01:00
commit 563d9cc96d
143 changed files with 10572 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
.PHONEY: all component live
all:
./node_modules/webpack/bin/webpack.js
component:
@if [ -z "$NAME" ]; then echo "Specify NAME="; exit 10 ; fi
@cp src/Template.vue src/${NAME}.vue
live: all
rsync -avPp * ../docman/