feat(cli): init command

This commit is contained in:
Benjamin Canac
2024-03-13 16:30:38 +01:00
parent 9a42fa415f
commit cdd9b178f3
8 changed files with 208 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"cli": "node ./cli/index.mjs",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"test": "vitest"