# devcloud_web **Repository Path**: qqjtxc/devcloud_web ## Basic Information - **Project Name**: devcloud_web - **Description**: 研发云项目前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-13 - **Last Updated**: 2023-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 ## 创建项目 + 初始化一个项目 ```sh % npm init vue@latest Vue.js - The Progressive JavaScript Framework ✔ Project name: … devcloud_web ✔ Add TypeScript? … No / Yes ✔ Add JSX Support? … No / Yes ✔ Add Vue Router for Single Page Application development? … No / Yes ✔ Add Pinia for state management? … No / Yes ✔ Add Vitest for Unit Testing? … No / Yes ✔ Add an End-to-End Testing Solution? › No ✔ Add ESLint for code quality? … No / Yes ✔ Add Prettier for code formatting? … No / Yes Scaffolding project in /Users/xuchi/go/project/devcloud_web/devcloud_web... Done. Now run: cd devcloud_web npm install npm run format npm run dev ``` 如果执行上面的命令没有反应,看一下自己连接的镜像地址是否正确 ```sh # 查看 npm config get registry # 设置淘宝镜像 npm config set registry https://registry.npm.taobao.org # 测试是否可以使用,安装vue新项目来测试 npm init vue@lates ``` ## 项目使用组件 + [组件库](https://arco.design/vue/docs/start)