# lowcode-poster **Repository Path**: cdy1996/lowcode-poster ## Basic Information - **Project Name**: lowcode-poster - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-21 - **Last Updated**: 2025-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 慕课乐高标准模版 ## 特性 * 开箱即用 * **typescript** * Vue3 * 支持 tsx * eslint * 简单易用可扩展 # 初始化工程 npm config set registry https://registry.npmmirror.com npm cache clean --force npm config set strict-ssl false imooc-cli init # 安装eslint和pretter # 安装antd npm install ant-design-vue@next --save # json-server npm install json-server --save-dev npx json-server --watch db.json npm install jsonwebtoken --save node mockServer.js