init: npm install dev: npm run dev -- --host lint: npm run lint test: npm run test build: npm run build clean: rm -rf node_modules build dist