# cnode-vite **Repository Path**: julytian/cnode-vite ## Basic Information - **Project Name**: cnode-vite - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-22 - **Last Updated**: 2021-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cnode + vite 基于 Vue 3 + Typescript + Vite 重写Cnodejs.org社区的webapp [线上访问地址](https://julytian.github.io/cnode-vite) # 安装 项目地址: ```bash git clone https://github.com/julytian/cnode-vite.git ``` 通过 **yarn** 安装本地服务第三方依赖模块(需要已安装Node.js) ```bash yarn ``` 启动服务 ```bash yarn dev ``` 发布代码 ```bash yarn run build ```