2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-05 16:42:28 +03:00

docs: updated docs for v3

This commit is contained in:
Alexander Shabunevich
2024-05-28 22:24:39 +03:00
parent 7921676276
commit c659a3d585
28 changed files with 1107 additions and 884 deletions
+3
View File
@@ -10,6 +10,9 @@ tasks:
dev:maska-build-watch: npm run build:watch --workspace=packages/maska
dev:svelte: npm run dev --workspace=packages/svelte
dev:vue: npm run dev --workspace=packages/vue
dev:docs:
dir: docs
cmd: http-server
code:test: npm run test --workspaces
code:coverage: npm run test:coverage --workspaces