# cuukenn.gitee.io **Repository Path**: cuukenn/cuukenn.gitee.io ## Basic Information - **Project Name**: cuukenn.gitee.io - **Description**: 个人网址导航站 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-09 - **Last Updated**: 2022-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 个人网址导航站 ###### 描述 个人网址入口静态导航站,展示相关个人网址 ###### 技术栈 - typescript,vue3,yarn,vite - vue3-particles ###### 环境 - 安装 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](http://127.0.0.1:5173) ###### 部署 - 编译 ```shell yarn build ``` - 静态托管 - [github pages](https://cuukenn.github.io) ```shell yarn deploy:github ``` - [gitee pages](https://cuukenn.gitee.io) ```shell yarn deploy:gitee ```