install:
	cnpm install

dev:
	npm run dev

build:
	npm run build

preview:
	npm run preview

clean:
	rm -rf dist

ls_vue3:
	ls -l ../py-project/PyProject3/TemplateProject/common_template/vue3
as_template:
	rsync -av --exclude='node_modules' --exclude='dist' --exclude='.git' --exclude='tmp/__pycache__' . ../py-project/PyProject3/TemplateProject/common_template/vue3

