# vue3-ts-demo **Repository Path**: yanghongj003/vue3-ts-demo ## Basic Information - **Project Name**: vue3-ts-demo - **Description**: vue3+ts+elementUI - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-25 - **Last Updated**: 2023-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-ts-cms Pc 端 Web 示例,采用 typescript 编码,基础库基于 Vue 3 ## 开发流程 ```bash npm install # 安装依赖包 npm run dev # 启动 ``` ### Compiles and minifies for production ``` npm run build ``` ### 代码效验 ``` npm run lint ``` ### 代码commit ``` npm run commit ``` ### 部署 ``` 在根目录 执行 ./bin/deploy.sh ``` ### nginx配置文件目录 ``` nginx配置文件目录:/usr/local/docker/nginx/conf.d ``` ### 在线演示地址 ``` http://81.68.240.145:8083 ```