A development collaboration platform for small teams, including core requirements management, QA testing, overview view and document warehouse functions, dedicated to allowing everyone to focus on their own tasks and reduce the efficiency wastage of collaboration.
Vue3:前端框架 TypeScript:类型强化 Pinia:状态管理插件 NaiveUI:UI组件库 Xicons:图标库 Vite:构建工具 Vue-Router4:路由
安装依赖: npm install 运行: npm run dev 打包: npm run build
打包后的dist文件部署到服务器即可
src 资源文件夹 components 组件 pages 页面 APP.vue 所有组件的父组件 main.ts 入口文件 style.css 全局样式 index.html 入口html package-lock.json 依赖版本 package.json 命令和依赖 vite.config.ts 项目配置