# lagoufed-e-admin **Repository Path**: noxussj/lagoufed-e-admin ## Basic Information - **Project Name**: lagoufed-e-admin - **Description**: vue3.0 + vite + typescript - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-10 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @vite/cli - 采用 vue3.0 + vite + typescript + scss - 采用 eslint + prettier 代码规范 - 集成 git hooks 钩子 - 集成 git commit message 规范 - 集成 git commit code 规范 - 集成 eslint vue/attributes-order 规范 - 已配置 global scss 变量 - 已配置 vue-router 4 - 已配置 vuex 4 - 已配置 @ alias ## git commit message standard - feat:新功能(feature) - fix:修补 bug - docs:文档(documentation) - style: 格式(不影响代码运行的变动) - refactor:重构(即不是新增功能,也不是修改 bug 的代码变动) - test:增加测试 - chore:构建过程或辅助工具的变动 ## 任务进度 - 开发登录页面 √ - 开发顶部导航栏 √ - 开发侧边栏 √ - 开发商品管理 √ - 开发内容管理 √ - 有部分模块没有完成,因为没有找到对应的接口 ## PM2 // pm2 start --name servename npm -- run serve # 设置应用名为 servename