# WssWeb **Repository Path**: wevil/wss-web ## Basic Information - **Project Name**: WssWeb - **Description**: 前端服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-09 - **Last Updated**: 2024-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web > vue 脚手架 # node版本 # 命令 ``` bash # 安装依赖 npm install # 开发模式启动,端口8080 npm run dev # 打包 npm run build # 打包并查看打包分析报告 npm run build --report ``` # 系统现有问题和需要实现的内容 * element-ui slot 用法 * icon引入整理图标库,现在的导入js后,但是不知道去哪里查图标,以及js引入的cdn也不清楚 * 加入黑暗主题,可以切换暗/亮效果 * vue slot属性干啥的,例如`v-for` * 路由配置能跟随后台菜单变动而增减 * 使用element-ui的图标库