Skip to content

Release v1.3.3

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Feb 12:48

版本变更内容

更新日志

运行方式

环境要求

  • Node.js 18+
  • npm 或 yarn 包管理器

安装依赖

npm install

启动开发服务器

npm run dev

构建生产版本

npm run build

运行测试

npm test