# create-vue3-project **Repository Path**: MonkeyKingYY/create-vue3-project ## Basic Information - **Project Name**: create-vue3-project - **Description**: create-vue3-project - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-15 - **Last Updated**: 2023-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README create-vue3-project # author: yuanye npm 发版专用项目 主要内容: 封装公共组件库 创建 vue3 项目 ```bash $ npm init vue3-project $ cd $ npm install $ npm run dev ``` 在当前目录创建时,可忽略 `project-name` > 当前目录必须为空目录 ```bash $ npm init vue3-project $ npm install $ npm run dev ```