install:
	cnpm install

dev:
	npm run dev

build:
	npm run build

preview:
	npm run preview

clean:
	rm -rf dist

ls_django_ws:
	ls -l ../py-project/PyProject3/TemplateProject/common_template/django_ws

as_template:
	rsync -av --exclude='__pycache__' --exclude='dist' --exclude='.git' --exclude='tmp/__pycache__' . ../py-project/PyProject3/TemplateProject/common_template/django_ws


