# easy-admin-web **Repository Path**: cuukenn/easy-admin-web ## Basic Information - **Project Name**: easy-admin-web - **Description**: vue,ts的随便写写的仓库 https://gitee.com/cuukenn/easy-admin-web - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-23 - **Last Updated**: 2023-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 后台管理 UI ###### 描述 后台管理 UI ###### 技术栈 - typescript,vue3,yarn,vite ###### 环境 - 安装 npm: - [node 环境安装(必选)](https://www.runoob.com/nodejs/nodejs-install-setup.html) - [node 版本管理器安装(可选)](https://www.runoob.com/w3cnote/npm-switch-repo.html) - 安装 yarn ``` npm install -g yarn ``` - 安装依赖 ```shell yarn install ``` ###### 启动 ```shell yarn dev ``` 访问地址:[http://127.0.0.1:5173/easy-admin-web](http://127.0.0.1:5173/easy-admin-web) ###### 部署 - 编译 ```shell yarn build ``` - 静态托管 - [github pages](https://cuukenn.github.io/easy-admin-web) ```shell yarn deploy:github ``` - [gitee pages](https://cuukenn.gitee.io/easy-admin-web) ```shell yarn deploy:gitee ```