chore: docs 迁移至 apps

This commit is contained in:
wangxuefeng
2025-03-12 14:32:58 +08:00
parent c86bf9e62e
commit bcdb4e8c95
91 changed files with 111 additions and 193 deletions

View File

@@ -1,16 +1,16 @@
{
"name": "@sy/y-code-designer",
"version": "1.0.0-alpha.1",
"description": "低代码编辑器",
"description": "低代码设计器",
"private": true,
"type": "module",
"scripts": {
"setup": "npm install --unsafe-perm --registry=https://registry.npmmirror.com",
"dev": "cross-env vite --mode development",
"dev": "vite --mode development",
"build": "vite build --mode production",
"build:staging": "vite build --mode staging",
"build:dev": "vite build --mode development",
"preview": "vite preview",
"clean": "rimraf node_modules"
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@vtj/core": "^0.10.12",
@@ -35,6 +35,7 @@
"vue-router": "catalog:"
},
"devDependencies": {
"@types/postmate": "catalog:",
"@vtj/cli": "^0.10.2",
"vite": "catalog:",
"vite-plugin-mkcert": "catalog:",