# vue的初始化项目 **Repository Path**: xdragon0/vuestart ## Basic Information - **Project Name**: vue的初始化项目 - **Description**: vue的初始化项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-25 - **Last Updated**: 2022-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuestart - 一个带登录的vue初始项目 ## 如何使用? 1、安装依赖 ``` npm install ``` 2、启动项目 ``` npm run serve ``` 3、打包项目 ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).